Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
/
docstring.py
blob: 330ef0e3c339e92ab7f653e7e1471e3a0c0ede7b [
file
] [
log
] [
blame
]
def
foo
(
r
<
caret
>):
"""
:param r: some parameter
:type r: int
:return:
"""
def
a
():
pass
x
=
1
x
=
2