Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
/
singleStarTwoParam.py
blob: 21116ae4b229aa966fa57d160cf5d05da0e47239 [
file
] [
log
] [
blame
]
def
f1
(*,
u
<
caret
>
p
,
another
):
"""
:param up: my param
:type up: int
:rtype: int
"""
print
(
another
)