Files
codeql/python/ql/test/2/library-tests/locations/general/Locations.ql
2019-02-08 14:49:04 +00:00

6 lines
169 B
Plaintext

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