Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
paramInfo
/
PartialNamed.py
blob: 605ca769703fc501e98812b79bd4ff00b89cdee4 [
file
] [
log
] [
blame
]
def
f
(
a
,
b
,
c
=
1
,
d
=
2
,
e
=
3
):
pass
f
(
1
,
2
,
<
arg1
>
d
=
10
,
<
arg2
>)