module documentation

Check for use of nested min/max functions.

Class NestedMinMaxChecker Multiple nested min/max calls on the same line will raise multiple messages.
Function register Undocumented
Constant DICT_TYPES Undocumented
def register(linter: PyLinter): (source)

Undocumented

DICT_TYPES = (source)

Undocumented

Value
(objects.DictValues,
 objects.DictKeys,
 objects.DictItems,
 nodes.node_classes.Dict)