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

Method func_1

tests/test_code/py/resolve_correct_class/rcc.py:6–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class Alpha():
6 def func_1(self):
7 print("alpha func_1")
8 self.func_1()
9 func_1()
10 b = Beta()
11 b.func_2()
12
13 def func_2(self):
14 print("alpha func_2")

Callers

nothing calls this directly

Calls 3

func_2Method · 0.95
func_1Function · 0.85
BetaClass · 0.85

Tested by

no test coverage detected