Files
codeql/python/ql/test/library-tests/scopes/Previous.ql
2018-11-19 15:15:54 +00:00

5 lines
96 B
Plaintext

import python
from Scope s1, Scope s2
where s1.precedes(s2)
select s1.toString(), s2.toString()