Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Callers
15
kill_proc_timer_thread
Method · 0.45
test_leak_fast_process_del_killed
Method · 0.45
_test_keyboardinterrupt_no_kill
Method · 0.45
_run_remote_exec_test
Method · 0.45
test_threaded_import_lock_fork
Method · 0.45
other_thread
Method · 0.45
send_signals
Method · 0.45
kill_on_error
Function · 0.45
check_forkserver_death
Method · 0.45
_test_wait_result
Method · 0.45
test_shared_memory_SharedMemoryServer_ignores_sigint
Method · 0.45
_killer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected