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

6 lines
57 B
Plaintext

import python
from Expr e
where e.isConstant()
select e