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