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

4 lines
62 B
Python

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