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