Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 357 Bytes

File metadata and controls

15 lines (9 loc) · 357 Bytes

Method resolution order in Python

This repo show how the method resolution order works in Python

Have a look at the code examples and the associated graphs that visualize the class inheritance hierarchy.

Creating diagrams

Diagrams are int .dot format:

To generate a PNG file use the following command:

dot -Tpng simple.dot > simple.png