MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / kill

Method kill

tools/python-3.11.9-amd64/Lib/subprocess.py:2213–2216  ·  view source on GitHub ↗

Kill the process with SIGKILL

(self)

Source from the content-addressed store, hash-verified

2211 self.send_signal(signal.SIGTERM)
2212
2213 def kill(self):
2214 """Kill the process with SIGKILL
2215 """
2216 self.send_signal(signal.SIGKILL)

Callers 3

callFunction · 0.45
runFunction · 0.45
send_signalMethod · 0.45

Calls 1

send_signalMethod · 0.95

Tested by

no test coverage detected