Files
codeql/python/ql/test/library-tests/PointsTo/absent/Absent.ql
2020-03-30 11:59:10 +02:00

7 lines
122 B
Plaintext

import python
import semmle.python.objects.Modules
from Value val, ControlFlowNode f
where f.pointsTo(val)
select f, val