Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
paramInfo
/
StarredParamAndArg.py
blob: c77fd6f3f56c4caed16a281df0654ae13b5775af [
file
] [
log
] [
blame
]
def
foo
(
a
,
b
,
*
c
):
pass
x
=
(
5
,
6
)
foo
(<
arg1
>
1
,
<
arg2
>
2
,
<
arg3
>
4
,
<
arg4
>*
x
)