Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
paramInfo
/
TupleAndNamedArg2.py
blob: 90b1588f62cfff5cf6a36eef1b3e23112aabf76a [
file
] [
log
] [
blame
]
def
f
(
a
,
b
,
c
):
pass
f
(*(
10
,
<
arg_star
>
20
),
<
arg_c
>
c
=
1
)