Files
openide/python/testData/docstrings/nestedIndentation.py

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
"""