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