We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f00a9ac + 1c15fc5 commit c904ba1Copy full SHA for c904ba1
1 file changed
python/ql/lib/semmle/python/Exprs.qll
@@ -616,6 +616,9 @@ private string non_byte_prefix() {
616
not result.charAt(_) in ["b", "B"]
617
}
618
619
+/** A string constant. This is a placeholder class -- use `StrConst` instead. */
620
+class Str = StrConst;
621
+
622
/** A string constant. */
623
class StrConst extends Str_, ImmutableLiteral {
624
/* syntax: "hello" */
0 commit comments