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

3 lines
55 B
Python

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