mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 19:28:58 +07:00
GitOrigin-RevId: d4a90a8da56ca889cf380aa5bc72ac82b0716abc
8 lines
85 B
Python
8 lines
85 B
Python
class MyClass:
|
|
pass
|
|
|
|
def f(x):
|
|
"""
|
|
:param x:
|
|
:type x: MyClass
|
|
""" |