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