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

6 lines
147 B
Plaintext

import python
from GlobalVariable v, Name n, ControlFlowNode f
where v.getId().charAt(0) = "e" and n.uses(v) and f.getNode() = n
select v.getId()