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

Method test_shutdown_immediate_put

Lib/test/test_queue.py:540–541  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

538 return self._shutdown_put(False)
539
540 def test_shutdown_immediate_put(self):
541 return self._shutdown_put(True)
542
543 def _shutdown_join(self, immediate):
544 q = self.type2test()

Callers

nothing calls this directly

Calls 1

_shutdown_putMethod · 0.95

Tested by

no test coverage detected