MCPcopy 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_processMethod · 0.45
_handle_runFunction · 0.45
_handle_live_runFunction · 0.45
_is_process_runningFunction · 0.45
_force_shutdownMethod · 0.45
doMethod · 0.45
doMethod · 0.45
terminate_subprocessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected