mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
11 lines
172 B
Python
11 lines
172 B
Python
""" file's docstring """
|
|
def foo(a, b, f):
|
|
"""
|
|
some description
|
|
another line of description
|
|
|
|
@param a: some description
|
|
of param
|
|
@return:
|
|
"""
|
|
pass |