Sign in
android
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
/
docstring.py
blob: 3663937b4ec4c047cdecd29e4f8931c1a5387941 [
file
] [
log
] [
blame
]
def
foo
(
r
<
caret
>):
"""
:param r:
:return:
"""
def
a
():
pass
x
=
1
x
=
2