Currently, various docstrings (for example, many functions in visitor.py and pulse/visitor.py do not contain a Raises: section in their docstring to inform the user of what errors they may raise and why.
Since some function like pulse/visitor.py:_check_identifier exist solely to raise errors, it would be useful to include this information.
Currently, various docstrings (for example, many functions in
visitor.pyandpulse/visitor.pydo not contain aRaises:section in their docstring to inform the user of what errors they may raise and why.Since some function like
pulse/visitor.py:_check_identifierexist solely to raise errors, it would be useful to include this information.