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