mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
|
|
|
|
import python
|
|
|
|
from ClassObject cls, ClassObject l, ClassObject r
|
|
where not cls.isC() and
|
|
r = cls.nextInMro(l)
|
|
select cls.toString(), l.toString(), r.toString()
|