mirror of
https://github.com/github/codeql.git
synced 2025-12-28 06:36:33 +01: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)
|
|
|