module documentation

Looks for overlapping exceptions.

Class OverlappingExceptionsChecker Checks for two or more exceptions in the same exception handler clause that are identical or parts of the same inheritance hierarchy.
Function register Undocumented
def register(linter: PyLinter): (source)

Undocumented