mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 22:17:05 +07:00
See com.intellij.codeInsight.completion.CompletionData#objectToLookupItem
8 lines
88 B
Python
8 lines
88 B
Python
class MyClass:
|
|
pass
|
|
|
|
def f(x):
|
|
"""
|
|
@param x:
|
|
@type x: MyC<caret>
|
|
""" |