You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Start changing API to make version optional...
and use debug option dictionary
This commit is contained in:
@@ -55,7 +55,10 @@ from uncompyle6.main import decompile_file
|
||||
uncompyle_file = decompile_file
|
||||
|
||||
# Conventience functions so you can say:
|
||||
# from uncompyle6 import (deparse_code, deparse_code2str)
|
||||
# from uncompyle6 import (code_deparse, deparse_code2str)
|
||||
|
||||
deparse_code = uncompyle6.semantics.pysource.deparse_code
|
||||
code_deparse = uncompyle6.semantics.pysource.code_deparse
|
||||
deparse_code2str = uncompyle6.semantics.pysource.deparse_code2str
|
||||
|
||||
# This is deprecated:
|
||||
deparse_code = uncompyle6.semantics.pysource.deparse_code
|
||||
|
Reference in New Issue
Block a user