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