MCPcopy 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
1084class _TestSubclassingProcess(BaseTestCase):
1085

Callers 2

test_subclassingMethod · 0.45
tearDownClassMethod · 0.45

Calls 2

sendMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected