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 slice and build list on Python3. Do sanity check on marshal load
of code.
This commit is contained in:
@@ -52,8 +52,6 @@ import uncompyle6.semantics.pysource
|
||||
import uncompyle6.semantics.fragments
|
||||
|
||||
# Conventience functions so you can say:
|
||||
# from uncompyle6 import deparse_code and
|
||||
# from uncompyle6 import deparse_code_fragments
|
||||
# from uncompyle6 import deparse_code
|
||||
|
||||
deparse_code = uncompyle6.semantics.pysource.deparse_code
|
||||
deparse_fragments = uncompyle6.semantics.fragments.deparse_code
|
||||
|
Reference in New Issue
Block a user