Files
codeql/python/ql/src/analysis/FailedInference.ql
Taus 5b63b4957c Python: Fix query tests
Mostly just adding `private import LegacyPointsTo`. Sometimes getting
rid of other imports that are superceded by that module.
2025-11-26 12:30:30 +00:00

7 lines
141 B
Plaintext

import python
private import LegacyPointsTo
from ClassValue cls, string reason
where Types::failedInference(cls, reason)
select cls, reason