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

3 lines
56 B
Python

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