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

Function check_condition

tests_python/test_debugger_json.py:4210–4211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4208 f.write(tmplt % dict(port=port, str="NEW"))
4209
4210 def check_condition():
4211 return not secondary_process_thread_communication.is_alive()
4212
4213 def create_msg():
4214 return "Expected secondary thread to finish before timeout.\nSecondary thread log:\n%s\nSecondary thread errors:\n%s\n" % (

Callers

nothing calls this directly

Calls 1

is_aliveMethod · 0.45

Tested by

no test coverage detected