We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The python style guide mentions the docstring sections Args, Returns/Yields and Raises but does not clearly specify whether their order is enforced.
Args
Returns/Yields
Raises
All examples show
Args: ... Returns: ... Raises: ...
Should this be taken as the only acceptable order? Or would e.g. Raises: before Returns: be allowed?
Raises:
Returns:
Question arose in danymat/neogen#194
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The python style guide mentions the docstring sections
Args
,Returns/Yields
andRaises
but does not clearly specify whether their order is enforced.All examples show
Should this be taken as the only acceptable order? Or would e.g.
Raises:
beforeReturns:
be allowed?Question arose in danymat/neogen#194
The text was updated successfully, but these errors were encountered: