mirror of
https://github.com/github/codeql.git
synced 2026-01-06 19:20:25 +01:00
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
|
|
import python
|
|
import semmle.python.pointsto.MRO
|
|
|
|
from ClassValue cls
|
|
where not cls.isBuiltin()
|
|
|
|
select cls.toString(), Mro::newStyleMro(cls)
|
|
|