Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ kill
Method
kill
Lib/subprocess.py:2253–2256 ·
view source on GitHub ↗
Kill the process with SIGKILL
(self)
Source
from the content-addressed store, hash-verified
2251
self.send_signal(signal.SIGTERM)
2252
2253
def
kill(self):
2254
""
"Kill the process
with
SIGKILL
2255
""
"
2256
self.send_signal(signal.SIGKILL)
Callers
4
call
Function · 0.45
run
Function · 0.45
send_signal
Method · 0.45
stdlib_subprocess.py
File · 0.45
Calls
1
send_signal
Method · 0.95
Tested by
no test coverage detected