Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ kill
Method
kill
Lib/subprocess.py:2394–2397 ·
view source on GitHub ↗
Kill the process with SIGKILL
(self)
Source
from the content-addressed store, hash-verified
2392
self.send_signal(signal.SIGTERM)
2393
2394
def
kill(self):
2395
""
"Kill the process
with
SIGKILL
2396
""
"
2397
self.send_signal(signal.SIGKILL)
Callers
7
async_process
Function · 0.45
signal_handler
Function · 0.45
signal_handler
Function · 0.45
call
Function · 0.45
run
Function · 0.45
send_signal
Method · 0.45
send_interrupt
Method · 0.45
Calls
1
send_signal
Method · 0.95
Tested by
no test coverage detected