Module MRO
Classes and predicates for computing the Method Resolution Order (MRO) of classes. Supports both old-style (diamond) inheritance and new-style (C3 linearization) inheritance.
Import path
import semmle.python.pointsto.MRO
Imports
Classes
ClassList | A list of classes, used to represent the MRO of a class |