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