Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ outer_func
Method
outer_func
tests/test_code/py/nested_class/nested_class.py:6–8 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
4
Outer().outer_func()
5
6
def
outer_func(a):
7
print(
"Outer_func"
)
8
a.inner_func()
9
10
def
__init__(self):
11
self.inner = self.Inner()
Callers
2
inner_func
Method · 0.80
nested_class.py
File · 0.80
Calls
1
inner_func
Method · 0.80
Tested by
no test coverage detected