Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ Abra
Class
Abra
tests/test_code/py/init/init.py:4–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
4
class
Abra():
5
def
__init__(self):
6
self.cadabra()
7
8
def
cadabra(self):
9
print(
"cadabra"
)
10
11
12
def
b():
Callers
1
b
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected