mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
|
|
import python
|
|
|
|
from ClassObject cls
|
|
where not cls.isC()
|
|
select cls.toString(), cls.getMetaClass().toString()
|