MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 2

doMethod · 0.45
doMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected