Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
/
docstring.py
blob: 3663937b4ec4c047cdecd29e4f8931c1a5387941 [
file
] [
log
] [
blame
]
Tor Norbye
9258464
2014-04-17 08:39:25 -0700
[
diff
] [
blame
]
1
2
def
foo
(
r
<
caret
>):
3
"""
4
5
:param r:
6
:return:
7
"""
8
def
a
():
9
pass
10
x
=
1
11
x
=
2