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

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