Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUp
Method
setUp
Lib/test/test_socket.py:648–649 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
646
return
socket.socketpair()
647
648
def
setUp(self):
649
self.serv, self.cli = self.socketpair()
650
651
def
tearDown(self):
652
if
self.serv:
Callers
nothing calls this directly
Calls
1
socketpair
Method · 0.95
Tested by
no test coverage detected