Browse Source

Group_by_type option for gooey decorator

pull/150/head
chriskiehl 8 years ago
parent
commit
e1da3504a1
1 changed files with 2 additions and 1 deletions
  1. 3
      gooey/python_bindings/gooey_decorator.py

3
gooey/python_bindings/gooey_decorator.py

@ -34,7 +34,8 @@ def Gooey(f=None,
progress_regex=None,
progress_expr=None,
disable_progress_bar_animation=False,
disable_stop_button=False):
disable_stop_button=False,
group_by_type=False):
'''
Decorator for client code's main function.
Serializes argparse data to JSON for use with the Gooey front end

Loading…
Cancel
Save