Files
openide/python/testData/quickdoc/EscapedSummaryOfConstructorDocstringInQuickNavigationInfo.py

6 lines
78 B
Python

class MyClass:
def __init__(self):
"""<tag/>"""
My<the_ref>Class