MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_shutdown_put_join

Method test_shutdown_put_join

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_shutdown_put_joinMethod · 0.95

Tested by

no test coverage detected