Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
paramInfo
/
KwdArg.py
blob: e4c01305a38c6d6706a9263ff42c9c192d07a343 [
file
] [
log
] [
blame
]
def
foo
(
a
,
b
,
c
):
pass
foo
(<
arg1
>
1
,
<
arg2
>**{
'b'
:
2
,
<
arg2a
>
'c'
:
3
})