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
|
# FIXME: combine into an options parameter
|
||||||
def main(
|
def main(
|
||||||
in_base: str,
|
in_base: str,
|
||||||
out_base: str,
|
out_base: Optional[str],
|
||||||
compiled_files: list,
|
compiled_files: list,
|
||||||
source_files: list,
|
source_files: list,
|
||||||
outfile=None,
|
outfile=None,
|
||||||
|
Reference in New Issue
Block a user