コード例 #1
0
 def disconnect_from(self, host):
     """
     """
     return tcp_node.disconnect_from(self._normalize_host(host))
コード例 #2
0
ファイル: tcp_interface.py プロジェクト: re2005/bitdust-devel
 def disconnect_from(self, host):
     """
     """
     return tcp_node.disconnect_from(net_misc.normalize_address(host))
コード例 #3
0
ファイル: tcp_interface.py プロジェクト: hack-bitdust/devel
 def disconnect_from(self, host):
     """
     """
     return tcp_node.disconnect_from(host)