Files
codeql/python/ql/test/3/library-tests/PointsTo/attributes/Test.ql
2019-02-08 14:39:27 +00:00

8 lines
190 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()