MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / __init__

Method __init__

tests/test_code/py/async_basic/async_basic.py:4–5  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2
3class A:
4 def __init__(self):
5 pass
6 async def test(self):
7 print("hello world")
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected