Closed
Description
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.