mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 10:20:56 +07:00
13 lines
191 B
Python
13 lines
191 B
Python
def func(x):
|
|
"""
|
|
Parameters:
|
|
|
|
x(int): first line of the description
|
|
second line
|
|
third line
|
|
|
|
Example::
|
|
|
|
assert func(42) is None
|
|
|
|
""" |