Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c667c1f74abd96a2098520effdd5afdff7f0d34b
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
/
singleStarTwoParam.py
blob: 21116ae4b229aa966fa57d160cf5d05da0e47239 [
file
] [
log
] [
blame
]
Tor Norbye
c667c1f
2014-05-28 17:06:51 -0700
[
diff
] [
blame^
]
1
def
f1
(*,
u
<
caret
>
p
,
another
):
2
"""
3
:param up: my param
4
:type up: int
5
:rtype: int
6
7
"""
8
print
(
another
)