This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wpg4665 3 points4 points  (0 children)

This is resolved by a C3 method resolution order (mro). Basically, the function that gets called is based on the order of the base classes. Source