Skip to main content

Module classes

Module classes 

Source
Expand description

Class hierarchy and inheritance graph.

Groups class-related solver concerns:

  • class_hierarchy: Class type construction (merging base/derived members)
  • inheritance: Nominal inheritance graph (cycle detection, MRO, transitive closure)

Modulesยง

class_hierarchy
Class Hierarchy Type Construction
inheritance
Inheritance Graph Solver