Files
openide/python/testData/resolve/DunderSizeOfInDeclarationWithClassAttrNewStyleClass.py

4 lines
76 B
Python

class A(object):
__sizeof__ = 17
print(__sizeof__)
# <ref>