Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_shutdown_join
Method
test_shutdown_join
Lib/test/test_queue.py:573–574 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
571
return
self._shutdown_join(True)
572
573
def
test_shutdown_join(self):
574
return
self._shutdown_join(False)
575
576
def
_shutdown_put_join(self, immediate):
577
q = self.type2test(2)
Callers
nothing calls this directly
Calls
1
_shutdown_join
Method · 0.95
Tested by
no test coverage detected