mirror of
https://github.com/github/codeql.git
synced 2026-03-05 07:06:47 +01:00
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
|
|
import python
|
|
|
|
from Stmt s
|
|
select s.toString(), s.getASubExpression().toString(), s.getASubExpression().getASubExpression*().toString(), s.getLocation().getStartLine() |