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

9 lines
199 B
Plaintext

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