Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ kill
Method
kill
Lib/asyncio/subprocess.py:145–146 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
143
self._transport.terminate()
144
145
def
kill(self):
146
self._transport.kill()
147
148
async
def
_feed_stdin(self, input):
149
debug = self._loop.get_debug()
Callers
8
_cleanup_process
Method · 0.45
_handle_run
Function · 0.45
_handle_live_run
Function · 0.45
_is_process_running
Function · 0.45
_force_shutdown
Method · 0.45
do
Method · 0.45
do
Method · 0.45
terminate_subprocess
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected