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