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