Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ terminate
Method
terminate
Lib/multiprocessing/popen_fork.py:57–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
raise
56
57
def
terminate(self):
58
self._send_signal(signal.SIGTERM)
59
60
def
kill(self):
61
self._send_signal(signal.SIGKILL)
Callers
1
test_resource_tracker
Method · 0.95
Calls
1
_send_signal
Method · 0.95
Tested by
1
test_resource_tracker
Method · 0.76