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

6 lines
105 B
Plaintext

import python
from Expr e
where e.isParenthesized()
select e.getLocation().getStartLine(), e.toString()