Files
codeql/python/ql/test/2/library-tests/PointsTo/metaclass/test.ql
2020-03-30 11:59:10 +02:00

6 lines
109 B
Plaintext

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