MCPcopy 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_processFunction · 0.45
signal_handlerFunction · 0.45
signal_handlerFunction · 0.45
callFunction · 0.45
runFunction · 0.45
send_signalMethod · 0.45
send_interruptMethod · 0.45

Calls 1

send_signalMethod · 0.95

Tested by

no test coverage detected