mirror of
https://github.com/github/codeql.git
synced 2026-03-01 05:13:41 +01:00
6 lines
146 B
Plaintext
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()
|