Functions | |
def | add_flag_type_arguments (argument_group, default_flag, true_argument, false_argument, true_help, false_help, visible=True) |
def | init_argument_defaults (argument_defaults) |
def | init_arguments_visible (arguments_visible) |
def | init_shared_arguments (values, argument_defaults, arguments_visible) |
def | init_shared_values (values) |
def | process_shared_arguments (values, parser, argstring) |
def PathScripts.PostUtilsArguments.add_flag_type_arguments | ( | argument_group, | |
default_flag, | |||
true_argument, | |||
false_argument, | |||
true_help, | |||
false_help, | |||
visible = True |
|||
) |
Referenced by PathScripts.PostUtilsArguments.init_shared_arguments().
def PathScripts.PostUtilsArguments.init_argument_defaults | ( | argument_defaults | ) |
Initialize which argument to show as the default in flag-type arguments.
def PathScripts.PostUtilsArguments.init_arguments_visible | ( | arguments_visible | ) |
Initialize the flags for which arguments are visible in the arguments tooltip.
def PathScripts.PostUtilsArguments.init_shared_arguments | ( | values, | |
argument_defaults, | |||
arguments_visible | |||
) |
Initialize the shared arguments for postprocessors.
References PathScripts.PostUtilsArguments.add_flag_type_arguments().
def PathScripts.PostUtilsArguments.init_shared_values | ( | values | ) |
Initialize the default values in postprocessors.
def PathScripts.PostUtilsArguments.process_shared_arguments | ( | values, | |
parser, | |||
argstring | |||
) |
Process the arguments to the postprocessor.