Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ socketpair
Method
socketpair
Lib/test/test_socket.py:655–657 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
653
self.serv = None
654
655
def
socketpair(self):
656
# To be overridden by some child classes.
657
return
socket.socketpair()
658
659
def
setUp(self):
660
self.serv, self.cli = self.socketpair()
Callers
15
setUp
Method · 0.95
socketpair
Function · 0.45
_sigint_handler
Method · 0.45
_make_self_pipe
Method · 0.45
_start
Method · 0.45
_make_self_pipe
Method · 0.45
do_test
Method · 0.45
check_sendall_interrupted
Method · 0.45
test_sendmsg_reentrant_ancillary_mutation
Method · 0.45
socketpair
Method · 0.45
test_ipv4
Method · 0.45
test_ipv6
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected