Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ kill
Function
kill
tests/async_tests/utils.py:69–73 ·
view source on GitHub ↗
(proc_pid)
Source
from the content-addressed store, hash-verified
67
68
69
def
kill(proc_pid):
70
process = psutil.Process(proc_pid)
71
for
proc in process.children(recursive=True):
72
proc.kill()
73
process.kill()
74
75
76
@contextmanager
Callers
1
setup_background_callback_app
Function · 0.70
Calls
1
kill
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…