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