module documentation

Looks for try/except statements with too much code in the try clause.

Class ConsiderRefactorIntoWhileConditionChecker Checks for instances where while loops are implemented with a constant condition which.
Function register Undocumented
def register(linter: PyLinter): (source)

Undocumented