MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 6

_run_remote_exec_testMethod · 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 6

_run_remote_exec_testMethod · 0.36
__init__Method · 0.36
test_socketMethod · 0.36
dgram_examineMethod · 0.36
socketpairFunction · 0.36
__init__Method · 0.36