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

4 lines
68 B
Python

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