Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveArgumentQuickFixTest
/
postKwArg.py
blob: f3bedbc16204818298078f2df47d27a6198b409b [
file
] [
log
] [
blame
]
def
foo
(
a
,
**
args
):
pass
b
=
{}
foo
(**
b
,
<
error descr
=
"Cannot appear past keyword arguments or *arg or **kwarg"
>
a
<
caret
>=
1
</
error
>)