-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add documentation examples for non-parent-init-called
#7047
Add documentation examples for non-parent-init-called
#7047
Conversation
Co-authored-by: Vladyslav Krylasov <[email protected]>
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.
A little nitpick because the base class can't be the more specialized one, Shape must have a lot of behavior that are specific to it and Square is "simple" with only one attribute.
Co-authored-by: Pierre Sassoulas <[email protected]>
Co-authored-by: Pierre Sassoulas <[email protected]>
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.
Thank you for all the work you're doing right now to document pylint @julthep , impressive !
You're welcome. Actually, not as impressive as all of you folks are doing wonderful work without breaks for this awesome project. |
Co-authored-by: Vladyslav Krylasov [email protected]
Type of Changes
Description
Add documentation examples for
non-parent-init-called
Refs #5953