You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Small tweak
This commit is contained in:
@@ -146,9 +146,9 @@ def decompile(
|
|||||||
co,
|
co,
|
||||||
out,
|
out,
|
||||||
bytecode_version,
|
bytecode_version,
|
||||||
|
is_pypy=is_pypy,
|
||||||
debug_opts=debug_opts,
|
debug_opts=debug_opts,
|
||||||
compile_mode=compile_mode,
|
compile_mode=compile_mode,
|
||||||
is_pypy=is_pypy,
|
|
||||||
)
|
)
|
||||||
pass
|
pass
|
||||||
return deparsed
|
return deparsed
|
||||||
@@ -247,7 +247,6 @@ def main(
|
|||||||
showast={},
|
showast={},
|
||||||
showgrammar=False,
|
showgrammar=False,
|
||||||
source_encoding=None,
|
source_encoding=None,
|
||||||
raise_on_error=False,
|
|
||||||
do_linemaps=False,
|
do_linemaps=False,
|
||||||
do_fragments=False,
|
do_fragments=False,
|
||||||
) -> Tuple[int, int, int, int]:
|
) -> Tuple[int, int, int, int]:
|
||||||
|
Reference in New Issue
Block a user