MCPcopy Index your code
hub / github.com/plotly/dash / kill

Function kill

tests/background_callback/utils.py:69–73  ·  view source on GitHub ↗
(proc_pid)

Source from the content-addressed store, hash-verified

67
68
69def 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

Calls 1

killMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…