mirror of
https://github.com/github/codeql.git
synced 2026-03-29 19:58:17 +02:00
10 lines
141 B
Plaintext
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)
|
|
|