Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ Beta
Class
Beta
tests/test_code/py/resolve_correct_class/rcc.py:17–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
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
1
func_1
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected