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

5 lines
168 B
Plaintext

import python
from AstNode ast, Location l
where ast.getLocation() = l
select ast.getAQlClass(), l.getStartLine(), l.getStartColumn(), l.getEndLine(), l.getEndColumn()