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

Class TimeoutError

tests_python/debugger_unittest.py:155–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153except NameError:
154
155 class TimeoutError(RuntimeError): # @ReservedAssignment
156 pass
157
158
159def wait_for_condition(condition, msg=None, timeout=TIMEOUT, sleep=0.05):

Callers 2

wait_for_conditionFunction · 0.70
get_next_messageMethod · 0.70

Calls

no outgoing calls

Tested by 2

wait_for_conditionFunction · 0.56
get_next_messageMethod · 0.56