Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
/
usage.py
blob: e2706c65fe97757993b355871b1e0551e07b77b7 [
file
] [
log
] [
blame
]
def
f1
(
a
,
u
<
caret
>
p
,
c
):
print
a
print
c
f1
(
1
,
2
,
3
)