codeql/python/ql/test/library-tests/locations
Taus 1c68c987b0 Python: Change all remaining occurrences of `StrConst`
Done using
```
git grep StrConst | xargs sed -i 's/StrConst/StringLiteral/g'
```
2024-04-22 12:00:09 +00:00
..
elif Python: Autoformat all `.ql` files. 2020-03-30 11:59:10 +02:00
implicit_concatenation Python: Change all remaining occurrences of `StrConst` 2024-04-22 12:00:09 +00:00
imports Python: nice locations for import aliases 2023-08-10 20:27:06 +02:00
negative_numbers Python: Fix missing newline in `.expected` 2023-11-15 10:10:23 +01:00
nested_classes Python: Autoformat all `.ql` files. 2020-03-30 11:59:10 +02:00