Files
openide/python/testData/quickFixes/PyRemoveParameterQuickFixTest/singleStarTwoParam.py

8 lines
124 B
Python

def f1(*, u<caret>p, another):
"""
:param up: my param
:type up: int
:rtype: int
"""
print(another)