Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_socket
Function · 0.45
test_socket
Function · 0.45
_run_remote_exec_test
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
__init__
Method · 0.45
test_socket
Method · 0.45
dgram_examine
Method · 0.45
socketpair
Function · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
10
_create_server_socket
Function · 0.36
test_socket
Function · 0.36
_run_remote_exec_test
Method · 0.36
setUp
Method · 0.36
setUp
Method · 0.36
__init__
Method · 0.36
test_socket
Method · 0.36
dgram_examine
Method · 0.36
socketpair
Function · 0.36
__init__
Method · 0.36