MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / main

Function main

tests/test_code/py/async_basic/async_basic.py:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 print("hello world")
8
9async def main():
10 a = A()
11 await a.test()
12
13asyncio.run(main())

Callers 1

async_basic.pyFile · 0.70

Calls 2

testMethod · 0.95
AClass · 0.85

Tested by

no test coverage detected