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

Method test_shutdown_put

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

Source from the content-addressed store, hash-verified

535 self.assertEqual(results, [True]*len(thrds))
536
537 def test_shutdown_put(self):
538 return self._shutdown_put(False)
539
540 def test_shutdown_immediate_put(self):
541 return self._shutdown_put(True)

Callers

nothing calls this directly

Calls 1

_shutdown_putMethod · 0.95

Tested by

no test coverage detected