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

Method test_shutdown_get

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

Source from the content-addressed store, hash-verified

506 self.assertListEqual(sorted(results), [False] + [True]*(len(thrds)-1))
507
508 def test_shutdown_get(self):
509 return self._shutdown_get(False)
510
511 def test_shutdown_immediate_get(self):
512 return self._shutdown_get(True)

Callers

nothing calls this directly

Calls 1

_shutdown_getMethod · 0.95

Tested by

no test coverage detected