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
Improve documentation for __mro_entries__
#103373
Labels
docs
Documentation in the Doc dir
Comments
AlexWaygood
added a commit
to AlexWaygood/cpython
that referenced
this issue
Apr 8, 2023
AlexWaygood
added a commit
that referenced
this issue
Apr 8, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Apr 8, 2023
…H-103374) (cherry picked from commit 0ba0ca05d2b56afa0b055db02233e703fe138918) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
miss-islington
added a commit
that referenced
this issue
Apr 8, 2023
(cherry picked from commit 0ba0ca0) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
AlexWaygood
added a commit
to AlexWaygood/cpython
that referenced
this issue
Apr 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
The
__mro_entries__method is documented in the data model here: https://docs.python.org/3.11/reference/datamodel.html#resolving-mro-entries.However, it's not currently possible to reference it using the expected syntax (
~object.__mro_entries__) in other parts of the documentation.Linked PRs
__mro_entries__#103374__mro_entries__(GH-103374) #103376__mro_entries__docs: improve cross references #103398The text was updated successfully, but these errors were encountered: