CodeQL library for Python
codeql/python-all 0.11.13 (changelog, source)
Search

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

Datatypes

Modules