mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
See com.intellij.codeInsight.completion.CompletionData#objectToLookupItem
8 lines
85 B
Python
8 lines
85 B
Python
class MyClass:
|
|
pass
|
|
|
|
def f(x):
|
|
"""
|
|
@param x:
|
|
@type x: MyClass
|
|
""" |