We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39aa82 commit 97fc66dCopy full SHA for 97fc66d
mypyc/irbuild/constant_fold.py
@@ -78,7 +78,7 @@ def constant_fold_expr(builder: IRBuilder, expr: Expression) -> ConstantValue |
78
79
# builtins.str methods
80
if isinstance(folded_callee, str):
81
-` # str.join
+ # str.join
82
if (
83
callee.name == "join"
84
and len(args := expr.args) == 1
0 commit comments