mirror of
https://github.com/github/codeql.git
synced 2026-04-09 09:04:03 +02:00
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
import python
|
|
|
|
from ClassObject cls, ClassObject meta
|
|
where
|
|
not cls.isBuiltin() and
|
|
meta = cls.getMetaClass()
|
|
select cls.toString(), meta.toString()
|