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

Method __init__

tests/test_code/py/init/the_import.py:7–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class HiddenClass():
7 def __init__(self):
8 print("here")
9
10
11def imported_func():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected