mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
13 lines
445 B
Python
13 lines
445 B
Python
""" file's docstring """
|
|
def foo(a, <weak_warning descr="Missing parameter b in docstring"><caret>b</weak_warning>, <weak_warning descr="Missing parameter f in docstring">f</weak_warning>):
|
|
"""
|
|
some description
|
|
another line of description
|
|
|
|
@param a: some description
|
|
of param
|
|
@param <weak_warning descr="Unexpected parameter c in docstring">c</weak_warning>: another description
|
|
of param
|
|
@return:
|
|
"""
|
|
pass |