You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
main.py, pysource.py DRY deparse_code from main. Is better on showing
exception errrors such as when a pyc file is not found uncompyle6: Hook in --grammar option to showing grammar. rules. Default now does not show timestamp.
This commit is contained in:
@@ -643,7 +643,7 @@ class GenericParser:
|
||||
|
||||
class GenericASTBuilder(GenericParser):
|
||||
def __init__(self, AST, start, debug=DEFAULT_DEBUG):
|
||||
GenericParser.__init__(self, start)
|
||||
GenericParser.__init__(self, start, debug=debug)
|
||||
self.AST = AST
|
||||
|
||||
def preprocess(self, rule, func):
|
||||
|
Reference in New Issue
Block a user