MCPcopy Index your code
hub / github.com/python/cpython / terminate

Method terminate

Lib/asyncio/base_subprocess.py:159–161  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 self._proc.send_signal(signal)
158
159 def terminate(self):
160 self._check_proc()
161 self._proc.terminate()
162
163 def kill(self):
164 self._check_proc()

Callers

nothing calls this directly

Calls 2

_check_procMethod · 0.95
send_signalMethod · 0.95

Tested by

no test coverage detected