MCPcopy 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
16async def count3():
17 print('enter count 3')
18 await asyncio.sleep(.001)
19 await asyncio.sleep(.001)
20
21
22async def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected