|
|
@ -28,14 +28,14 @@ def Gooey(f=None, |
|
|
|
optional_cols=2, |
|
|
|
dump_build_config=False, |
|
|
|
load_build_config=None, |
|
|
|
monospace_display=False, |
|
|
|
monospace_display=False, # TODO: add this to the docs |
|
|
|
image_dir='default', |
|
|
|
language_dir=get_resource_path('languages'), |
|
|
|
progress_regex=None, |
|
|
|
progress_expr=None, |
|
|
|
progress_regex=None, # TODO: add this to the docs |
|
|
|
progress_expr=None, # TODO: add this to the docs |
|
|
|
disable_progress_bar_animation=False, |
|
|
|
disable_stop_button=False, |
|
|
|
group_by_type=True): |
|
|
|
group_by_type=True): # TODO: add this to the docs |
|
|
|
''' |
|
|
|
Decorator for client code's main function. |
|
|
|
Serializes argparse data to JSON for use with the Gooey front end |
|
|
|