Files
codeql/python/ql/src/analysis/FailedInference.ql
2020-03-30 11:59:10 +02:00

7 lines
150 B
Plaintext

import python
import semmle.python.pointsto.PointsTo
from ClassValue cls, string reason
where Types::failedInference(cls, reason)
select cls, reason