Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ func_1
Method
func_1
tests/test_code/py/resolve_correct_class/rcc.py:18–21 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
17
class
Beta():
18
def
func_1(self):
19
print(
"beta func_1"
)
20
al = Alpha()
21
al.func_2()
22
23
def
func_2(self):
24
print(
"beta func_2"
)
Callers
nothing calls this directly
Calls
2
func_2
Method · 0.95
Alpha
Class · 0.85
Tested by
no test coverage detected