mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
import python
|
|
|
|
from StringPart s
|
|
select s.getLocation().getStartLine(), s.getText(), s.getLocation().getStartColumn(),
|
|
s.getLocation().getEndColumn()
|