This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Document the client parameter for endpoint functions #561
Labels
✨ enhancement
New feature or improvement
Describe the bug
New docstring work in #551 added nicer docstrings, but fails to document the
client
parameter.This leads PyCharm to put up
Missing parameter in docstring
warning for all of these parameters.To Reproduce
Open generated code in PyCharm 2021.3
Configure:
Settings | Search "Docstrings"
This would probably also flag on
darglint
, but I have not tested.Expected behavior
If some args are documented, document all of them to avoid IDEs and linters from throwing warnings.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: