Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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