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