mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
8 lines
88 B
Python
8 lines
88 B
Python
class MyClass:
|
|
pass
|
|
|
|
def f(x):
|
|
"""
|
|
@param x:
|
|
@type x: MyC<caret>
|
|
""" |