MCPcopy 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
22async def main():
23 await count() # break main
24 await count2() # step main
25 await count3()
26
27
28if __name__ == "__main__":

Callers 1

Calls 3

countFunction · 0.70
count2Function · 0.70
count3Function · 0.70

Tested by

no test coverage detected