Files
codeql/python/ql/test/2/library-tests/PointsTo/metaclass/test.ql
2025-11-26 12:30:30 +00:00

7 lines
139 B
Plaintext

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