Files
codeql/python/ql/test/library-tests/classes/mro/C3.ql
2018-11-19 15:15:54 +00:00

10 lines
141 B
Plaintext

import python
import semmle.python.pointsto.MRO
from ClassObject cls
where not cls.isBuiltin()
select cls.toString(), new_style_mro(cls)