You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
More complete annotate handling
Still have a bit of work to do though.
This commit is contained in:
@@ -253,9 +253,8 @@ class Python3Parser(PythonParser):
|
||||
stmt ::= funcdef_annotate
|
||||
funcdef_annotate ::= mkfunc_annotate designator
|
||||
|
||||
annotate_args ::= annotate_args annotate_arg
|
||||
annotate_args ::= annotate_arg
|
||||
annotate_arg ::= LOAD_CONST expr
|
||||
annotate_arg ::= LOAD_CONST
|
||||
annotate_arg ::= LOAD_NAME
|
||||
"""
|
||||
|
||||
def p_come_from3(self, args):
|
||||
|
Reference in New Issue
Block a user