Files
openide/python/testData/quickdoc/ClassDocstringForConstructor.py
Mikhail Golubev ca372eb8ca PY-29717 Fix docstring inheritance for constructors and local classes
Also, add more tests on this feature in general.
2018-06-09 15:59:37 +03:00

5 lines
88 B
Python

class MyClass:
"""Class docstring."""
def __in<the_ref>it__(self):
pass