-
-
Notifications
You must be signed in to change notification settings - Fork 32k
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
pushed a commit
to miss-islington/cpython
that referenced
this issue
Apr 8, 2023
…H-103374) (cherry picked from commit 0ba0ca0) Co-authored-by: Alex Waygood <[email protected]>
miss-islington
added a commit
that referenced
this issue
Apr 8, 2023
(cherry picked from commit 0ba0ca0) Co-authored-by: Alex Waygood <[email protected]>
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 <[email protected]>
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 <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
miss-islington
added a commit
that referenced
this issue
Apr 11, 2023
(cherry picked from commit e071f00) Co-authored-by: Alex Waygood <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
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 <[email protected]>
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Apr 18, 2023
…thon#103398) Co-authored-by: C.A.M. Gerlach <[email protected]>
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: