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

Function only_main_pid_exited

tests_python/test_debugger_json.py:5667–5672  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5665 time.sleep(1)
5666
5667 def only_main_pid_exited():
5668 live_pids = get_live_pids()
5669 if len(live_pids) == len(process_ids_to_check) - 1:
5670 return True
5671
5672 return False
5673
5674 wait_for_condition(only_main_pid_exited)
5675

Callers

nothing calls this directly

Calls 1

get_live_pidsFunction · 0.85

Tested by

no test coverage detected