Files
codeql/python/ql/test/library-tests/classes/mro/C3.ql
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)