MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / a

Function a

13_async/python/minimal.py:3–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import asyncio
2
3async def a():
4 print('Hello ...')
5 await asyncio.sleep(3)
6 print("waited")
7 return 1
8
9async def b():
10 print('... World!')

Callers 1

mainFunction · 0.70

Calls 1

printFunction · 0.50

Tested by

no test coverage detected