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

Method test_shutdown_immediate_join

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

Source from the content-addressed store, hash-verified

568 self.assertEqual(results, [True]*len(thrds))
569
570 def test_shutdown_immediate_join(self):
571 return self._shutdown_join(True)
572
573 def test_shutdown_join(self):
574 return self._shutdown_join(False)

Callers

nothing calls this directly

Calls 1

_shutdown_joinMethod · 0.95

Tested by

no test coverage detected