Skip to content

posts/c3-linearization-and-python-mro--method-resolution-order/ #5

Description

@utterances-bot

C3 Linearization and Python MRO(Method Resolution Order) · KK's Blog (fromkk)

    Python supports multiple inheritance, its class can be derived from more than one base classes. If the specified attribute or methods was not found in current class, how to decide the search sequence from superclasses? In simple scenario, we know left-to right, bottom to up.

https://www.fromkk.com/posts/c3-linearization-and-python-mro--method-resolution-order/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions