003 File Manager
Current Path:
/usr/local/lib/python3.8/test/test_import/data/circular_imports
usr
/
local
/
lib
/
python3.8
/
test
/
test_import
/
data
/
circular_imports
/
📁
..
📁
__pycache__
📄
basic.py
(78 B)
📄
basic2.py
(20 B)
📄
binding.py
(67 B)
📄
binding2.py
(65 B)
📄
from_cycle1.py
(33 B)
📄
from_cycle2.py
(33 B)
📄
indirect.py
(28 B)
📄
rebinding.py
(122 B)
📄
rebinding2.py
(66 B)
📄
source.py
(27 B)
📄
subpackage.py
(79 B)
📁
subpkg
📄
use.py
(33 B)
📄
util.py
(21 B)
Editing: rebinding.py
"""Test the binding of names when a circular import shares the same name as an attribute.""" from .rebinding2 import util
Upload File
Create Folder