module documentation

Undocumented

Class ConfusingConsecutiveElifChecker Checks if "elif" is used right after an indented block that finishes with "if" or "elif" itself.
Function register Undocumented
def register(linter: PyLinter): (source)

Undocumented