module documentation

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

Class BroadTryClauseChecker Checks for try clauses with too many lines.
Function register Undocumented
def register(linter: PyLinter): (source)

Undocumented