-
Notifications
You must be signed in to change notification settings - Fork 62
CG-10472: Adds docstrings to class attributes missing docstrings #236
New issue
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
Conversation
|
codegen-bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
Additional details and impacted files |
| """Range within the codebase | ||
| Attributes: | ||
| model_config: Configuration for the model, including JSON encoders. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove
| var z | ||
| var z = 5 | ||
| ``` | ||
| _left: The internal representation of the left side of the assignment as an Expression. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't include private attributes
| Attributes: | ||
| symbol_type: The type of symbol, set to SymbolType.Class. | ||
| constructor_keyword: The keyword used to identify the constructor method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this one
Motivation
Many attributes have missing docstrings
Content
Adds missing docstrings to attributes of classes decorated with one of
apidoc,py_apidocorts_apidoc.Please check the following before marking your PR as ready for review