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

Method get

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

Source from the content-addressed store, hash-verified

639
640 def test_shutdown_pending_get(self):
641 def get():
642 try:
643 results.append(q.get())
644 except Exception as e:
645 results.append(e)
646
647 q = self.type2test()
648 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