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

Method test_shutdown_immediate_get

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

Source from the content-addressed store, hash-verified

509 return self._shutdown_get(False)
510
511 def test_shutdown_immediate_get(self):
512 return self._shutdown_get(True)
513
514 def _shutdown_put(self, immediate):
515 q = self.type2test(2)

Callers

nothing calls this directly

Calls 1

_shutdown_getMethod · 0.95

Tested by

no test coverage detected