Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ socketpair
Method
socketpair
Lib/test/test_socket.py:644–646 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
642
self.serv = None
643
644
def
socketpair(self):
645
# To be overridden by some child classes.
646
return
socket.socketpair()
647
648
def
setUp(self):
649
self.serv, self.cli = self.socketpair()
Callers
15
setUp
Method · 0.95
socketpair
Function · 0.45
_make_self_pipe
Method · 0.45
_start
Method · 0.45
_make_self_pipe
Method · 0.45
check_sendall_interrupted
Method · 0.45
socketpair
Method · 0.45
test_ipv4
Method · 0.45
test_ipv6
Method · 0.45
test_injected_authentication_failure
Method · 0.45
test_socketpair
Method · 0.45
testSendAndRecvFds
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected