Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
def
sleep():
14
while
not ProceedContainer.proceed:
# The debugger should change the proceed to True to exit the loop.
15
time.sleep(.1)
16
17
18
if
__name__ ==
'__main__'
:
Callers
4
run
Method · 0.85
run
Method · 0.85
_debugger_case4.py
File · 0.85
_debugger_case_multiprocessing_pool.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected