mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: d4a90a8da56ca889cf380aa5bc72ac82b0716abc
6 lines
223 B
Python
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 |