summaryrefslogtreecommitdiff
path: root/python/testData/inspections/DocstringParams2.py
blob: ca4536e7a8ea1c6ee849c083b4cfaf3126ac1f4c (plain)
1
2
3
4
""" 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