inspect_recursive module
Recursive imports
- module a
- Second module, imported as inspect_recursive.a, with no contents
- module first
- First module, imported as inspect_recursive.first, with no contents
-
def bar() -> Foo
- Function that also returns Foo
-
def foo() -> Foo
- Function that returns Foo