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