Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
/
kwParam.py
blob: 152576382b61e6a18259445b0cac42047ac760ae [
file
] [
log
] [
blame
]
def
foo
(
r
,
**<
caret
>
kwargs
):
def
a
():
pass
x
=
1
x
=
2