import python import semmle.python.pointsto.MRO private import LegacyPointsTo from ClassValue cls where not cls.isBuiltin() select cls.toString(), Mro::newStyleMro(cls)