Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
async
def
main():
10
a = A()
11
await a.test()
12
13
asyncio.run(main())
Callers
1
async_basic.py
File · 0.70
Calls
2
test
Method · 0.95
A
Class · 0.85
Tested by
no test coverage detected