module documentation

Undocumented

Class BadChainedComparisonChecker Checks for unintentional usage of chained comparison.
Function register Undocumented
Constant COMPARISON_OP Undocumented
Constant IDENTITY_OP Undocumented
Constant MEMBERSHIP_OP Undocumented
def register(linter: PyLinter): (source)

Undocumented

COMPARISON_OP = (source)

Undocumented

Value
frozenset(('<', '<=', '>', '>=', '!=', '=='))
IDENTITY_OP = (source)

Undocumented

Value
frozenset(('is', 'is not'))
MEMBERSHIP_OP = (source)

Undocumented

Value
frozenset(('in', 'not in'))