Files
codeql/python/ql/lib/semmle/python/objects
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
..
2022-03-07 18:59:49 +00:00
2022-04-22 15:30:31 +02:00