mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
import python
|
|
import semmle.python.TestUtils
|
|
|
|
from AstNode p, AstNode c
|
|
where p.getAChildNode() = c
|
|
select compact_location(p), p.toString(), compact_location(c), c.toString()
|