MCPcopy Index your code
hub / github.com/RustPython/RustPython / kill

Method kill

Lib/test/test_asyncio/test_subprocess.py:571–574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

569
570 kill_called = False
571 def kill():
572 nonlocal kill_called
573 kill_called = True
574 orig_kill()
575
576 proc = transport.get_extra_info('subprocess')
577 orig_kill = proc.kill

Calls

no outgoing calls

Tested by

no test coverage detected