You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Start splitting out reduction checks
This commit is contained in:
@@ -21,6 +21,7 @@ from uncompyle6.parser import PythonParserSingle, nop_func
|
||||
from spark_parser import DEFAULT_DEBUG as PARSER_DEFAULT_DEBUG
|
||||
from uncompyle6.parsers.parse35 import Python35Parser
|
||||
from uncompyle6.scanners.tok import Token
|
||||
from uncompyle6.parsers.reducecheck import ifelsestmt, iflaststmt, and_check
|
||||
|
||||
class Python36Parser(Python35Parser):
|
||||
|
||||
|
Reference in New Issue
Block a user