You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
@@ -46,7 +46,7 @@ def _get_outstream(outfile: str) -> Any:
|
|||||||
|
|
||||||
def decompile(
|
def decompile(
|
||||||
co,
|
co,
|
||||||
bytecode_version: str = PYTHON_VERSION_TRIPLE,
|
bytecode_version: Tuple[int] = PYTHON_VERSION_TRIPLE,
|
||||||
out=sys.stdout,
|
out=sys.stdout,
|
||||||
showasm=None,
|
showasm=None,
|
||||||
showast={},
|
showast={},
|
||||||
|
Reference in New Issue
Block a user