예제 #1
0
 def disconnect_from(self, host):
     """
     """
     return tcp_node.disconnect_from(self._normalize_host(host))
예제 #2
0
 def disconnect_from(self, host):
     """
     """
     return tcp_node.disconnect_from(net_misc.normalize_address(host))
예제 #3
0
 def disconnect_from(self, host):
     """
     """
     return tcp_node.disconnect_from(host)