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

Method test_shutdown_join

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

Source from the content-addressed store, hash-verified

569 return self._shutdown_join(True)
570
571 def test_shutdown_join(self):
572 return self._shutdown_join(False)
573
574 def _shutdown_put_join(self, immediate):
575 q = self.type2test(2)

Callers

nothing calls this directly

Calls 1

_shutdown_joinMethod · 0.95

Tested by

no test coverage detected