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 keyword documentation is inconsistent in a few places. For a function such as:
def foobar(a, b=None): pass
It should be expected to be documented like this:
def foobar(a, b=None): """ Something about this function :param type a: About parameter a. :keyword type b: About keyword b """
Currently however there's a function functions which don't use the keyword directive.
keyword
The text was updated successfully, but these errors were encountered:
47bd28b
No branches or pull requests
The keyword documentation is inconsistent in a few places. For a function such as:
It should be expected to be documented like this:
Currently however there's a function functions which don't use the
keyword
directive.The text was updated successfully, but these errors were encountered: