mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 05:07:31 +07:00
It should help to reduce visual noise from "Incorrect docstring" inspection keeping it enabled by default at the same time.
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 |