Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ submit
Method
submit
Lib/test/_test_multiprocessing.py:930–933 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
928
self.child_conn.close()
929
930
def
submit(self, s):
931
assert type(s) is str
932
self.parent_conn.send(s)
933
return
self.parent_conn.recv()
934
935
def
stop(self):
936
self.parent_conn.send(None)
Callers
2
test_wmi_query_threads
Method · 0.45
test_subclassing
Method · 0.45
Calls
2
send
Method · 0.45
recv
Method · 0.45
Tested by
no test coverage detected