You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
NT setcomp -> set_comp to match AST
This commit is contained in:
@@ -414,7 +414,7 @@ class PythonParser(GenericASTBuilder):
|
||||
list_if_not ::= expr jmp_true list_iter
|
||||
"""
|
||||
|
||||
def p_setcomp(self, args):
|
||||
def p_set_comp(self, args):
|
||||
"""
|
||||
comp_iter ::= comp_for
|
||||
comp_iter ::= comp_body
|
||||
|
Reference in New Issue
Block a user