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

Method get

Lib/test/test_queue.py:639–643  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

637
638 def test_shutdown_pending_get(self):
639 def get():
640 try:
641 results.append(q.get())
642 except Exception as e:
643 results.append(e)
644
645 q = self.type2test()
646 results = []

Callers 15

basic_queue_testMethod · 0.45
workerMethod · 0.45
test_shutdown_emptyMethod · 0.45
_read_msg_threadMethod · 0.45
_getMethod · 0.45
_get_task_doneMethod · 0.45
_shutdown_put_joinMethod · 0.45
failing_queue_testMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected