Files
openide/python/testData/completion/classNameInDocstring.after.py
Mikhail Golubev 0ceb58b74c PY-16870, PY-16972 Complete actual name of PyClass inside docstrings, not its toString()
See com.intellij.codeInsight.completion.CompletionData#objectToLookupItem
2015-09-22 11:31:30 +03:00

8 lines
85 B
Python

class MyClass:
pass
def f(x):
"""
@param x:
@type x: MyClass
"""