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

6 lines
146 B
Plaintext

import python
from Keyword k, Location l
where k.getLocation() = l
select l.getStartLine(), l.getStartColumn(), l.getEndLine(), l.getEndColumn()