MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / get_live_pids

Function get_live_pids

tests_python/test_debugger_json.py:5634–5635  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5632 return True
5633
5634 def get_live_pids():
5635 return [pid for pid in process_ids_to_check if is_pid_alive(pid)]
5636
5637 if check_subprocesses == "kill_subprocesses":
5638

Callers 3

all_pids_exitedFunction · 0.85
test_terminateFunction · 0.85
only_main_pid_exitedFunction · 0.85

Calls 1

is_pid_aliveFunction · 0.85

Tested by

no test coverage detected