MCPcopy 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
10async def count2():
11 print('enter count 2')
12 await asyncio.sleep(.001)
13 await asyncio.sleep(.001)
14
15
16async def count3():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected