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