MCPcopy 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
9async def main():
10 a = A()

Callers 8

mainFunction · 0.95
expandFormatFunction · 0.80
localeMonthsFunction · 0.80
localeMonthsShortFunction · 0.80
localeMonthsParseFunction · 0.80
setMonthFunction · 0.80
localeWeekdaysFunction · 0.80
localeWeekdaysParseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected