Files
codeql/python/ql/test/library-tests/PointsTo/new/Precedes.ql
2018-11-19 15:15:54 +00:00

9 lines
185 B
Plaintext

import python
import Util
from Scope pre, Scope post
where pre.precedes(post)
select locate(pre.getLocation(), "q"), pre.toString(), locate(post.getLocation(), "q"), post.toString()