package documentation

Undocumented

Module basic_checker Basic checker for Python code.
Module basic_error_checker Basic Error checker from the basic checker.
Module comparison_checker Comparison checker from the basic checker.
Module docstring_checker Docstring checker from the basic checker.
Package name_checker No package docstring; 0/1 constant, 5/6 classes, 1/2 module documented
Module pass_checker No module docstring; 1/1 class documented

From __init__.py:

Class NameChecker No class docstring; 0/6 instance variable, 0/3 class variable, 4/15 methods, 2/2 static methods documented
Function register Undocumented
def register(linter: PyLinter): (source)

Undocumented