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 ce690f3 commit aced47aCopy full SHA for aced47a
uncompyle6/parsers/parse26.py
@@ -132,6 +132,9 @@ def p_stmt26(self, args):
132
ifelsestmtc ::= testexpr c_stmts_opt ja_cf_pop else_suitec
133
ifelsestmt ::= testexpr stmts_opt ja_cf_pop else_suite
134
135
+ stmts_opt ::= stmts
136
+ stmts_opt ::=
137
+
138
# The last except of a "try: ... except" can do this...
139
except_suite ::= stmts_opt COME_FROM JUMP_ABSOLUTE POP_TOP
140
0 commit comments