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

Function b

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

Source from the content-addressed store, hash-verified

7 return 1
8
9async def b():
10 print('... World!')
11 return 2
12
13async def main():
14 await a()

Callers 1

mainFunction · 0.70

Calls 1

printFunction · 0.50

Tested by

no test coverage detected