mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 15:13:13 +07:00
6 lines
89 B
Python
6 lines
89 B
Python
class A(object):
|
|
__sizeof__ = 17
|
|
|
|
class B(A):
|
|
print(__sizeof__)
|
|
# <ref> |