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

6 lines
97 B
Plaintext

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