Is there a code inspector or helper to show exceptions of a class when composing 'except'
Answered
Please sign in to leave a comment.
There are several exception-related inspections in PyCharm (see "File | Settings | Editor | Inspections | Search for "except" in the search field"), but none of them can detect what exceptions could be raised by a try-block. Feel free to file a new feature request at the issue tracker of PyCharm.