Files
2020-03-30 11:59:10 +02:00

7 lines
140 B
Plaintext

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