Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _get_shutdown
Method
_get_shutdown
Lib/test/test_queue.py:435–436 ·
view source on GitHub ↗
(self, q, go, results)
Source
from the content-addressed store, hash-verified
433
return
shutdown
434
435
def
_get_shutdown(self, q, go, results):
436
return
self._get(q, go, results, True)
437
438
def
_get_task_done(self, q, go, results):
439
go.wait()
Callers
nothing calls this directly
Calls
1
_get
Method · 0.95
Tested by
no test coverage detected