Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
)