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

Method _get_shutdown

Lib/test/test_queue.py:433–434  ·  view source on GitHub ↗
(self, q, go, results)

Source from the content-addressed store, hash-verified

431 return shutdown
432
433 def _get_shutdown(self, q, go, results):
434 return self._get(q, go, results, True)
435
436 def _get_task_done(self, q, go, results):
437 go.wait()

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected