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

6 lines
188 B
Plaintext

import python
from ControlFlowNode f, Object o, ControlFlowNode x
where f.refersTo(o, x)
select f.getLocation().getStartLine(), f.toString(), o.toString(), x.getLocation().getStartLine()