mirror of
https://github.com/github/codeql.git
synced 2026-02-13 21:51:29 +01: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)
|