Files
codeql/python/ql/test/3/library-tests/locations/general/Locations.ql
2020-03-30 11:59:10 +02: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()