Split up version-specific semantic action code more

This commit is contained in:
rocky
2019-04-14 21:47:16 -04:00
parent d2381fbe11
commit 53968e535f
5 changed files with 165 additions and 116 deletions

View File

@@ -21,8 +21,8 @@ from uncompyle6.semantics.consts import (
INDENT_PER_LEVEL, TABLE_DIRECT)
from uncompyle6.semantics.helper import flatten_list
########################
# Python 3.5+ Additions
#######################
# Python 3.5+ Changes #
#######################
def customize_for_version35(self, version):
TABLE_DIRECT.update({