mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
8 lines
127 B
Python
8 lines
127 B
Python
|
|
attr = 'submodule'
|
||
|
|
class A:
|
||
|
|
attr = 'submodule'
|
||
|
|
class submodule:
|
||
|
|
attr = 'rebound'
|
||
|
|
class B:
|
||
|
|
attr = 'rebound'
|