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

4 lines
70 B
Python

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