Sync NT joined_str and formmated_value with AST

This commit is contained in:
rocky
2017-12-05 23:17:51 -05:00
parent e064791870
commit 7b39002476
2 changed files with 13 additions and 10 deletions

View File

@@ -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):