Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_proc
Method · 0.95
send_signal
Method · 0.95
Tested by
no test coverage detected