MCPcopy Create free account
hub / github.com/ActiveState/code / bind

Method bind

recipes/Python/577662_ASIO/recipe-577662.py:75–76  ·  view source on GitHub ↗
(self, addr)

Source from the content-addressed store, hash-verified

73 self.__socket.listen(backlog)
74
75 def bind(self, addr):
76 self.__socket.bind(addr)
77
78 def asyncConnect(self, address, callback):
79 if (self.__acceptCallback):

Callers 15

autodrawMethod · 0.45
mainFunction · 0.45
recipe-577278.pyFile · 0.45
initialiseFunction · 0.45
recipe-491264.pyFile · 0.45
__init__Method · 0.45
ipv6MulticastFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
recipe-572196.pyFile · 0.45
BuildFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected