mirror of
https://github.com/github/codeql.git
synced 2025-12-27 22:26:31 +01:00
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
import python
|
|
|
|
from ClassObject cls
|
|
where not cls.isC()
|
|
select cls.toString(), cls.getAnInferredType().toString() |