Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
92584642bab4fdb27ac1067c124f4636be762978
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveStatementQuickFixTest
/
variable.py
blob: b8d7fc5ba7d862cdaa59df5cf14edfe6da0f8c54 [
file
] [
log
] [
blame
]
def
foo
(
r
):
"""
:param r:
:return:
"""
def
a
():
pass
x
<
caret
>
=
1
x
=
2