Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ nested_class.py
File
nested_class.py
tests/test_code/py/nested_class/nested_class.py:None–None ·
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()
Callers
nothing calls this directly
Calls
2
Outer
Class · 0.85
outer_func
Method · 0.80
Tested by
no test coverage detected