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

Function sleep

tests_python/resources/_debugger_case4.py:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13def sleep():
14 while not ProceedContainer.proceed: # The debugger should change the proceed to True to exit the loop.
15 time.sleep(.1)
16
17
18if __name__ == '__main__':

Callers 4

runMethod · 0.85
runMethod · 0.85
_debugger_case4.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected