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