summaryrefslogtreecommitdiff
path: root/python/testData/inspections/DocstringParams2_after.py
blob: 70405dcdcc7d2ebb0e43d09dde0baec5b20d59de (plain)
1
2
3
4
5
6
""" file's docstring """
def spam(ham):  # <== PyCharm suggests to apply quickfix there
    """Docstring
    @param ham: 
    """
    pass