Files
codeql/python/ql/test/library-tests/objects/Strings.ql
2020-03-30 11:59:10 +02:00

6 lines
121 B
Plaintext

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