Files
2024-10-29 21:03:06 +00:00

6 lines
223 B
Python

""" file's docstring """
def spam(<weak_warning descr="Missing parameter ham in docstring">ha<caret>m</weak_warning>, eggs): # <== PyCharm suggests to apply quickfix there
"""Docstring
:param eggs:
"""
pass