Files
codeql/python/ql/test/3/library-tests/PointsTo/metaclass/test.ql
2019-02-08 14:39:27 +00:00

7 lines
110 B
Plaintext

import python
from ClassObject cls
where not cls.isC()
select cls.toString(), cls.getMetaClass().toString()