Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ stop
Method
stop
Lib/test/_test_multiprocessing.py:1079–1082 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1077
return
self.parent_conn.recv()
1078
1079
def
stop(self):
1080
self.parent_conn.send(None)
1081
self.parent_conn.close()
1082
self.child_conn.close()
1083
1084
class
_TestSubclassingProcess(BaseTestCase):
1085
Callers
2
test_subclassing
Method · 0.45
tearDownClass
Method · 0.45
Calls
2
send
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected