A partial reduce-action sync with decompyle3

Start us add _check prefixes and _invalid to the end of check methods
This commit is contained in:
rocky
2022-09-30 02:45:52 -04:00
parent 3bd3029169
commit 2264ccb1d5
7 changed files with 33 additions and 28 deletions

View File

@@ -20,7 +20,6 @@ from __future__ import print_function
from uncompyle6.parser import PythonParserSingle, nop_func
from spark_parser import DEFAULT_DEBUG as PARSER_DEFAULT_DEBUG
from uncompyle6.parsers.parse37 import Python37Parser
from uncompyle6.parsers.reducecheck import joined_str_check
class Python38Parser(Python37Parser):
def p_38_stmt(self, args):