Files
codeql/python/ql/test/2/library-tests/PointsTo/metaclass/test.ql
2019-02-08 14:49:04 +00:00

7 lines
110 B
Plaintext

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