Files
codeql/python/ql/test/3/library-tests/locations/general/Prefix.ql
2020-03-30 11:59:10 +02:00

5 lines
97 B
Plaintext

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