MCPcopy Index your code
hub / github.com/python/cpython / _put_shutdown

Method _put_shutdown

Lib/test/test_queue.py:459–460  ·  view source on GitHub ↗
(self, q, msg, go, results)

Source from the content-addressed store, hash-verified

457 return shutdown
458
459 def _put_shutdown(self, q, msg, go, results):
460 return self._put(q, msg, go, results, True)
461
462 def _join(self, q, results, shutdown=False):
463 try:

Callers

nothing calls this directly

Calls 1

_putMethod · 0.95

Tested by

no test coverage detected