MCPcopy 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

1import asyncio
2
3class A:
4 def __init__(self):
5 pass
6 async def test(self):
7 print("hello world")
8
9async def main():
10 a = A()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected