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