Python Docstring: raise vs. raises
TL;DR raises is used to describe the possible exceptions being raised. raise is recognized by Sphinx when running autodoc and is the same as raises. Full Explanation PyCharm helps in using a few different styles of docstring comments. Three which I often use are: NumPy Format Google Format Sphinx (much more than a format) In … Read more