mirror of
https://github.com/github/codeql.git
synced 2026-01-08 12:10:22 +01:00
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
|
|
import python
|
|
|
|
from Class cls, Location l
|
|
where l = cls.getLocation()
|
|
|
|
select cls.getName(), l.getStartLine(), l.getStartColumn(), l.getEndLine(), l.getEndColumn()
|