mirror of https://github.com/astral-sh/ruff
80 lines
891 B
Python
80 lines
891 B
Python
"""Do something.
|
|
|
|
Args:
|
|
x: the value
|
|
with a hanging indent
|
|
|
|
Returns:
|
|
the value
|
|
"""
|
|
|
|
|
|
def func():
|
|
"""Do something.
|
|
|
|
Args:
|
|
x: the value
|
|
with a hanging indent
|
|
|
|
Returns:
|
|
the value
|
|
"""
|
|
|
|
|
|
def func():
|
|
"""Do something.
|
|
|
|
Args:
|
|
x: the value
|
|
with a hanging indent
|
|
|
|
Returns:
|
|
the value
|
|
|
|
"""
|
|
|
|
|
|
def func():
|
|
"""Do something.
|
|
|
|
Args:
|
|
x: the value
|
|
with a hanging indent
|
|
|
|
Returns:
|
|
the value
|
|
|
|
|
|
"""
|
|
|
|
|
|
def func():
|
|
"""Do something.
|
|
|
|
Args:
|
|
x: the value
|
|
with a hanging indent
|
|
|
|
Returns:
|
|
the value"""
|
|
|
|
|
|
def func():
|
|
"""Do something.
|
|
|
|
Args:
|
|
x: the value
|
|
with a hanging indent
|
|
|
|
Returns:
|
|
the value
|
|
"""
|
|
|
|
|
|
def func():
|
|
("""Docstring.
|
|
|
|
Raises:
|
|
ValueError: An error.
|
|
""")
|