1 2 3 4 5 6 7 8 9 10 11
# --- path: foo.py --- FOO = 42 # --- path: test.py --- import foo foo.FOO # ^ defined: 7, 3 # ^ defined: 3