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

Method test_shutdown_immediate_put_join

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

Source from the content-addressed store, hash-verified

607 self.assertEqual(results, [True]*len(thrds))
608
609 def test_shutdown_immediate_put_join(self):
610 return self._shutdown_put_join(True)
611
612 def test_shutdown_put_join(self):
613 return self._shutdown_put_join(False)

Callers

nothing calls this directly

Calls 1

_shutdown_put_joinMethod · 0.95

Tested by

no test coverage detected