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

Method recv

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

Source from the content-addressed store, hash-verified

3350 pass
3351
3352 def recv(self):
3353 return '#ERROR', pyqueue.Empty()
3354
3355class TestManagerExceptions(unittest.TestCase):
3356 # 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