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

4 lines
66 B
Python

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