Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3629
class
FakeConnection:
3630
def
send(self, payload):
3631
pass
3632
3633
def
recv(self):
3634
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