mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
* Updated unittest + tests * Updated pkgutil + the associated test * Updated test_import * Fixed import + unittest test errors * Updated test_dll_dependency_import with expectedFailure
8 lines
127 B
Python
Vendored
8 lines
127 B
Python
Vendored
attr = 'submodule'
|
|
class A:
|
|
attr = 'submodule'
|
|
class submodule:
|
|
attr = 'rebound'
|
|
class B:
|
|
attr = 'rebound'
|