Files
codeql/python/ql/test/library-tests/PointsTo/metaclass/Failed.ql

10 lines
168 B
Plaintext

import python
from ClassObject cls, string reason
where cls.getPyClass().getEnclosingModule().getName() = "test"
and cls.failedInference(reason)
select cls, reason