MCPcopy 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

callFunction · 0.45
runFunction · 0.45
send_signalMethod · 0.45

Calls 1

send_signalMethod · 0.95

Tested by

no test coverage detected