Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ main
Function
main
tests_python/resources/_debugger_case_asyncio.py:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
22
async
def
main():
23
await count()
# break main
24
await count2()
# step main
25
await count3()
26
27
28
if
__name__ ==
"__main__"
:
Callers
1
_debugger_case_asyncio.py
File · 0.70
Calls
3
count
Function · 0.70
count2
Function · 0.70
count3
Function · 0.70
Tested by
no test coverage detected