mirror of
https://github.com/github/codeql.git
synced 2026-04-02 13:48:20 +02:00
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
import python
|
|
import semmle.python.pointsto.MRO
|
|
private import LegacyPointsTo
|
|
|
|
from ClassValue cls
|
|
where not cls.isBuiltin()
|
|
select cls.toString(), Mro::newStyleMro(cls)
|