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

Method send

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

Source from the content-addressed store, hash-verified

3347
3348class FakeConnection:
3349 def send(self, payload):
3350 pass
3351
3352 def recv(self):
3353 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