too-many-try-statements / W0717#

Message emitted:

%s

Description:

Try clause contains too many statements.

Correct code:

# This is a placeholder for correct code for this message.

Additional details:

You can help us make the doc better by contributing !

Note

This message is emitted by the optional 'broad_try_clause' checker which requires the pylint.extensions.broad_try_clause plugin to be loaded.

Created by the broad_try_clause checker.