Files
codeql/python/ql/test/library-tests/exprs/Child.ql
2018-11-19 15:15:54 +00:00

7 lines
157 B
Plaintext

import python
from AstNode p, AstNode c
where p.getAChildNode() = c
select p.getLocation().getStartLine(), p.toString(), c.getLocation().getStartLine(), c