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