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

Method bind

Lib/test/mock_socket.py:74–75  ·  view source on GitHub ↗
(self, address)

Source from the content-addressed store, hash-verified

72 return 0
73
74 def bind(self, address):
75 pass
76
77 def accept(self):
78 self.conn = MockSocket()

Callers 10

_create_server_socketFunction · 0.45
test_socketFunction · 0.45
_run_remote_exec_testMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
__init__Method · 0.45
test_socketMethod · 0.45
dgram_examineMethod · 0.45
socketpairFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 10

_create_server_socketFunction · 0.36
test_socketFunction · 0.36
_run_remote_exec_testMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
__init__Method · 0.36
test_socketMethod · 0.36
dgram_examineMethod · 0.36
socketpairFunction · 0.36
__init__Method · 0.36