You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defexample_method(self, param1, param2):
"""Class methods are similar to regular functions. Note ---- Do not include the `self` parameter in the ``Parameters`` section. Parameters ---------- param1 The first parameter. param2 The second parameter. Returns ------- bool True if successful, False otherwise. """returnTrue
The text was updated successfully, but these errors were encountered:
We are using NumPy Style Docstrings.
See: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html#example-numpy
example:
The text was updated successfully, but these errors were encountered: