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