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

Class FakeConnection

Lib/test/_test_multiprocessing.py:3629–3634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3627
3628
3629class FakeConnection:
3630 def send(self, payload):
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 1

test_dispatchMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_dispatchMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…