mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
11 lines
325 B
Python
11 lines
325 B
Python
def foo():
|
|
"""
|
|
Parameters:
|
|
<weak_warning descr="Unexpected parameter a in docstring">a</weak_warning>: foo
|
|
<weak_warning descr="Unexpected parameter c in docstring"><caret>c</weak_warning> (int): start of description
|
|
continuation line 1
|
|
continuation line 2
|
|
|
|
Returns:
|
|
None
|
|
""" |