module documentation

Module to add McCabe checker class for pylint.

Class McCabeMethodChecker Checks McCabe complexity cyclomatic threshold in methods and functions to validate a too complex code.
Class PathGraph Undocumented
Class PathGraphingAstVisitor No class docstring; 0/4 instance variable, 2/9 methods documented
Function register Undocumented
Type Variable _AppendableNodeT Undocumented
Type Alias _StatementNodes Undocumented
Type Alias _SubGraphNodes Undocumented
def register(linter: PyLinter): (source)

Undocumented

_AppendableNodeT = (source)

Undocumented

Value
TypeVar('_AppendableNodeT',
        bound=Union[_StatementNodes, nodes.While, nodes.FunctionDef])