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

Method test_shutdown_get

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_shutdown_getMethod · 0.95

Tested by

no test coverage detected