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

9 lines
124 B
Plaintext

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