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

Method send

Lib/test/_test_multiprocessing.py:3630–3631  ·  view source on GitHub ↗
(self, payload)

Source from the content-addressed store, hash-verified

3628
3629class FakeConnection:
3630 def send(self, payload):
3631 pass
3632
3633 def recv(self):
3634 return '#ERROR', pyqueue.Empty()

Callers 15

_test_recursionMethod · 0.45
runMethod · 0.45
submitMethod · 0.45
stopMethod · 0.45
_test_thousand_fMethod · 0.45
test_connectionMethod · 0.45
test_duplex_falseMethod · 0.45
test_contextMethod · 0.45
test_contextMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected