-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Improve documentation for __mro_entries__
#103373
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
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
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
AlexWaygood
added a commit
that referenced
this issue
Apr 11, 2023
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Apr 11, 2023
…thonGH-103398) (cherry picked from commit e071f00) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
miss-islington
added a commit
that referenced
this issue
Apr 11, 2023
(cherry picked from commit e071f00) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
warsaw
pushed a commit
to warsaw/cpython
that referenced
this issue
Apr 11, 2023
warsaw
pushed a commit
to warsaw/cpython
that referenced
this issue
Apr 11, 2023
…thon#103398) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Apr 18, 2023
…thon#103398) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 #103398__mro_entries__
docs: improve cross references (GH-103398) #103440The text was updated successfully, but these errors were encountered: