MCPcopy 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_subclassingMethod · 0.45

Calls 2

sendMethod · 0.45
recvMethod · 0.45

Tested by

no test coverage detected