Files
codeql/python/ql/test/library-tests/exprs/ast/Child.ql

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