Files
codeql/python/ql/src/Variables
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
..
2021-04-23 15:20:21 +01:00
2023-03-20 14:11:10 +01:00