Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
DocstringParams2.py
blob: ca4536e7a8ea1c6ee849c083b4cfaf3126ac1f4c [
file
] [
log
] [
blame
]
""" file's docstring """
def
spam
(<
weak_warning descr
=
"Missing parameter ham in docstring"
>
ha
<
caret
>
m
</
weak_warning
>):
# <== PyCharm suggests to apply quickfix there
"""Docstring"""
pass