MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / all_pids_exited

Function all_pids_exited

tests_python/test_debugger_json.py:5639–5644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5637 if check_subprocesses == "kill_subprocesses":
5638
5639 def all_pids_exited():
5640 live_pids = get_live_pids()
5641 if live_pids:
5642 return False
5643
5644 return True
5645
5646 wait_for_condition(all_pids_exited)
5647

Callers

nothing calls this directly

Calls 1

get_live_pidsFunction · 0.85

Tested by

no test coverage detected