Files
codeql/python/ql/test/library-tests/regex/Mode.ql
2023-05-01 10:42:14 +02:00

7 lines
166 B
Plaintext

import python
import semmle.python.regex
from RegExp r
where r.getLocation().getFile().getBaseName() = "test.py"
select r.getLocation().getStartLine(), r.getAMode()