MCPcopy 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

1class Outer():
2 class Inner():
3 def inner_func():
4 Outer().outer_func()

Callers

nothing calls this directly

Calls 2

OuterClass · 0.85
outer_funcMethod · 0.80

Tested by

no test coverage detected