Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android10-android13-mainline-tzdata-release
/
.
/
python
/
testData
/
inspections
/
DocstringParams2_after.py
blob: 70405dcdcc7d2ebb0e43d09dde0baec5b20d59de [
file
] [
log
] [
blame
] [
edit
]
""" file's docstring """
def
spam
(
ham
):
# <== PyCharm suggests to apply quickfix there
"""Docstring
@param ham:
"""
pass