8000
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 8ee02d7 commit 151bccbCopy full SHA for 151bccb
src/python.grammar
@@ -222,7 +222,7 @@ BinaryExpression {
222
223
ArgList { "(" commaSep<argument>? ")" }
224
225
-argument { test compFor? | VariableName AssignOp{"=" | ":="} test | "**" test | "*" test }
+argument { test compFor? | VariableName AssignOp{"=" | ":="} test compFor? | "**" test | "*" test }
226
227
compFor {
228
kw<"async">? kw<"for"> commaSep<expression> kw<"in"> testInner (compFor | compIf)?
0 commit comments