Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
)