MCPcopy Index your code
hub / github.com/python/cpython / bind

Method bind

Lib/test/support/asyncore.py:330–332  ·  view source on GitHub ↗
(self, addr)

Source from the content-addressed store, hash-verified

328 return self.socket.listen(num)
329
330 def bind(self, addr):
331 self.addr = addr
332 return self.socket.bind(addr)
333
334 def connect(self, address):
335 self.connected = False

Callers 6

bind_portFunction · 0.45
bind_unix_socketFunction · 0.45
_is_ipv6_enabledFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected