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

Method __init__

tests/test_code/py/nested_class/nested_class.py:10–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8 a.inner_func()
9
10 def __init__(self):
11 self.inner = self.Inner()
12 print("do something")
13
14
15new_obj = Outer()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected