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

9 lines
124 B
Plaintext

import python
from StringObject s, ControlFlowNode f
where f.refersTo(s)
select f.getLocation().toString(), s.getText()