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

Method recv

Lib/test/_test_multiprocessing.py:3633–3634  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3631 pass
3632
3633 def recv(self):
3634 return '#ERROR', pyqueue.Empty()
3635
3636class TestManagerExceptions(unittest.TestCase):
3637 # Issue 106558: Manager exceptions avoids creating cyclic references.

Callers 15

test_parent_processMethod · 0.45
test_recursionMethod · 0.45
submitMethod · 0.45
test_thousandMethod · 0.45
test_connectionMethod · 0.45
test_duplex_falseMethod · 0.45
test_contextMethod · 0.45
test_contextMethod · 0.45
test_empty_authkeyMethod · 0.45
test_abstract_socketMethod · 0.45
test_listener_clientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected