Files
codeql/python/ql/test/2/library-tests/locations/general/Prefix.ql
2019-02-08 14:49:04 +00:00

5 lines
98 B
Plaintext

import python
from StrConst s
select s.getLocation().getStartLine(), s.getText(), s.getPrefix()