Files
codeql/python/ql/test/3/library-tests/locations/annotations/Locations.ql
2019-02-08 14:39:27 +00:00

6 lines
160 B
Plaintext

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