Files
codeql/python/ql/test/library-tests/PointsTo/absent/Absent.ql

10 lines
155 B
Plaintext

import python
import semmle.python.objects.Modules
from Value val, ControlFlowNode f
where //val = Value::named(name) and
f.pointsTo(val)
select f, val