MCPcopy Index your code
hub / github.com/apache/dubbo-python2 / _delete_connection

Method _delete_connection

dubbo/connection/connections.py:98–104  ·  view source on GitHub ↗

移除一个连接 :param conn: :return:

(self, conn)

Source from the content-addressed store, hash-verified

96 raise NotImplementedError()
97
98 def _delete_connection(self, conn):
99 """
100 移除一个连接
101 :param conn:
102 :return:
103 """
104 raise NotImplementedError()
105
106 def _read_from_server(self):
107 """

Callers 1

_callbackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected