Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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