You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Add a type annotation
This commit is contained in:
@@ -239,7 +239,7 @@ def decompile_file(
|
||||
# FIXME: combine into an options parameter
|
||||
def main(
|
||||
in_base: str,
|
||||
out_base: str,
|
||||
out_base: Optional[str],
|
||||
compiled_files: list,
|
||||
source_files: list,
|
||||
outfile=None,
|
||||
|
Reference in New Issue
Block a user