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 98626ee commit 9d1cf50Copy full SHA for 9d1cf50
uncompyle6/parsers/parse32.py
@@ -15,6 +15,12 @@ def p_30to33(self, args):
15
store_locals ::= LOAD_FAST STORE_LOCALS
16
"""
17
18
+
19
+ def p_gen_comp(self, args):
20
+ """
21
+ genexpr_func ::= LOAD_ARG FOR_ITER store comp_iter JUMP_BACK
22
23
24
def p_32to35(self, args):
25
26
if_exp ::= expr jmp_false expr jump_forward_else expr COME_FROM
uncompyle6/parsers/parse37.py
@@ -403,7 +403,7 @@ def p_list_comprehension(self, args):
403
list_if_not ::= expr jmp_true list_iter
404
405
406
- def p_set_comp(self, args):
407
408
comp_iter ::= comp_for
409
comp_body ::= gen_comp_body
0 commit comments