Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_wait_socket_slow
Method
test_wait_socket_slow
Lib/test/_test_multiprocessing.py:5653–5654 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5651
self.test_wait(True)
5652
5653
def
test_wait_socket_slow(self):
5654
self.test_wait_socket(True)
5655
5656
@support.requires_resource(
'walltime'
)
5657
def
test_wait_timeout(self):
Callers
nothing calls this directly
Calls
1
test_wait_socket
Method · 0.95
Tested by
no test coverage detected