Python code coverage for Lib/test/test_import/data/circular_imports/rebinding.py
# | count | content |
---|---|---|
1 | n/a | """Test the binding of names when a circular import shares the same name as an |
2 | n/a | attribute.""" |
3 | n/a | from .rebinding2 import util |
# | count | content |
---|---|---|
1 | n/a | """Test the binding of names when a circular import shares the same name as an |
2 | n/a | attribute.""" |
3 | n/a | from .rebinding2 import util |