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