Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3348
class
FakeConnection:
3349
def
send(self, payload):
3350
pass
3351
3352
def
recv(self):
3353
return
'#ERROR'
, pyqueue.Empty()
Callers
15
_test_send_parent_process
Method · 0.45
_test_report_parent_status
Method · 0.45
_test_recursion
Method · 0.45
run
Method · 0.45
submit
Method · 0.45
stop
Method · 0.45
_test_thousand_f
Method · 0.45
test_connection
Method · 0.45
test_duplex_false
Method · 0.45
test_context
Method · 0.45
test_context
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected