ยปCore Development>Code coverage>Lib/test/test_import/data/circular_imports/rebinding.py

Python code coverage for Lib/test/test_import/data/circular_imports/rebinding.py

#countcontent
1n/a"""Test the binding of names when a circular import shares the same name as an
2n/aattribute."""
3n/afrom .rebinding2 import util