Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ count3
Function
count3
tests_python/resources/_debugger_case_asyncio.py:16–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
16
async
def
count3():
17
print(
'enter count 3'
)
18
await asyncio.sleep(.001)
19
await asyncio.sleep(.001)
20
21
22
async
def
main():
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected