MCPcopy 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
4class Abra():
5 def __init__(self):
6 self.cadabra()
7
8 def cadabra(self):
9 print("cadabra")
10
11
12def b():

Callers 1

bFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected