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

Method __init__

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

Source from the content-addressed store, hash-verified

3
4class Abra():
5 def __init__(self):
6 self.cadabra()
7
8 def cadabra(self):
9 print("cadabra")

Callers

nothing calls this directly

Calls 1

cadabraMethod · 0.95

Tested by

no test coverage detected