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

Method test_shutdown_put_join

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

Source from the content-addressed store, hash-verified

610 return self._shutdown_put_join(True)
611
612 def test_shutdown_put_join(self):
613 return self._shutdown_put_join(False)
614
615 def test_shutdown_get_task_done_join(self):
616 q = self.type2test(2)

Callers

nothing calls this directly

Calls 1

_shutdown_put_joinMethod · 0.95

Tested by

no test coverage detected