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