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