Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
class
Abra():
5
def
__init__(self):
6
self.cadabra()
7
8
def
cadabra(self):
9
print(
"cadabra"
)
Callers
nothing calls this directly
Calls
1
cadabra
Method · 0.95
Tested by
no test coverage detected