Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ A
Class
A
tests/test_code/py/async_basic/async_basic.py:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
asyncio
2
3
class
A:
4
def
__init__(self):
5
pass
6
async
def
test(self):
7
print(
"hello world"
)
8
9
async
def
main():
10
a = A()
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected