mirror of
https://github.com/python/cpython.git
synced 2025-09-01 22:47:59 +00:00

Add tests for "import", pkgutil.resolve_name() and unittest.mock.path() for cases when "import a.b as x" and "from a import b as x" give different results.
3 lines
51 B
Python
3 lines
51 B
Python
attr = 'submodule'
|
|
class A:
|
|
attr = 'submodule'
|