missing-function-docstring / C0116ΒΆ

Message emitted:

Missing function or method docstring

Description:

Used when a function or method has no docstring.Some special methods like __init__ do not require a docstring.

Created by basic checker