mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +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()
|