You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Sync NT joined_str and formmated_value with AST
This commit is contained in:
@@ -39,7 +39,10 @@ class PythonParser(GenericASTBuilder):
|
||||
'print_items',
|
||||
# PyPy:
|
||||
'imports_cont',
|
||||
'kvlist_n']
|
||||
'kvlist_n',
|
||||
# Python 3.6+
|
||||
'joined_str',
|
||||
]
|
||||
self.collect = frozenset(nt_list)
|
||||
|
||||
def ast_first_offset(self, ast):
|
||||
|
Reference in New Issue
Block a user