Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ Inner
Class
Inner
tests/test_code/py/nested_class/nested_class.py:2–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Outer():
2
class
Inner():
3
def
inner_func():
4
Outer().outer_func()
5
6
def
outer_func(a):
7
print(
"Outer_func"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected