MCPcopy Index your code
hub / github.com/python/cpython / kill

Method kill

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

Source from the content-addressed store, hash-verified

600
601 kill_called = False
602 def kill():
603 nonlocal kill_called
604 kill_called = True
605 orig_kill()
606
607 proc = transport.get_extra_info('subprocess')
608 orig_kill = proc.kill

Callers 15

wrapperMethod · 0.45
_run_remote_exec_testMethod · 0.45
kill_on_errorFunction · 0.45
other_threadMethod · 0.45
send_signalsMethod · 0.45
kill_on_errorFunction · 0.45
_test_wait_resultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected