Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
92584642bab4fdb27ac1067c124f4636be762978
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
/
kwParam.py
blob: 152576382b61e6a18259445b0cac42047ac760ae [
file
] [
log
] [
blame
]
Tor Norbye
9258464
2014-04-17 08:39:25 -0700
[
diff
] [
blame^
]
1
2
def
foo
(
r
,
**<
caret
>
kwargs
):
3
def
a
():
4
pass
5
x
=
1
6
x
=
2