Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
paramInfo
/
StarredAndKwdFunction.py
blob: 559a834a91a3edbce61b487186363ac21b5ddce4 [
file
] [
log
] [
blame
]
def
foo
(
a
,
b
,
*
c
,
**
d
):
pass
foo
(<
arg1
>
1
,
<
arg2
>
2
,
<
arg3
>
3
,
<
arg4
>
4
,
<
arg5
>
x
=
1
,
<
arg6
>
y
=
2
)