Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[class-inheritance] Concept Documentation #2960
[class-inheritance] Concept Documentation #2960
Changes from all commits
3d68dcc
c73856a
2d65f17
38b2631
4c11958
f3c8bee
df00240
c272ced
54701e4
ef69e5f
6fd43ee
fe2ccb7
1244a82
a493c91
a05b2b9
5e88b46
0339372
9ffe896
e0190c7
87cbb76
d907168
c3c2edc
55a3163
0bb7ca6
18321f5
7fd20ab
2dfbb1d
8dfc81b
3ca94b7
36064a3
5ea681a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This isn't a new method, this is how Python solves the diamond problem.
mro()
exposes what Python is doing, but it doesn't turn it on or off. Suggest wording closer to what is here