Files
openide/python/testData/refactoring/changeSignature/fixSphinxDocStringRemoveMultiple.before.py
Mikhail Golubev 920a79c645 PY-9795 Better removal of multiple parameters in various kinds of docstrings
In particular, if several parameters were deleted via Change Signature
refactoring.
2015-09-02 14:35:28 +03:00

10 lines
163 B
Python

def f(a, b, c, d):
"""
:param a : foo
:param b : bar
another line of description
:type b: str
:param c : baz
:param d : quux
"""