Package schrodinger :: Package test :: Package stu :: Module base_executable :: Class TestRunnerParser
[hide private]
[frames] | no frames]

Class TestRunnerParser

                object --+        
                         |        
 argparse._AttributeHolder --+    
                             |    
                object --+   |    
                         |   |    
argparse._ActionsContainer --+    
                             |    
       argparse.ArgumentParser --+
                                 |
                                TestRunnerParser

Subclass that allows easy adding of options.

Instance Methods [hide private]
 
__init__(self, present_tense, past_tense, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
 
addSkipArg(self)
 
addTestIDArg(self)
 
addExtractArgs(self)
 
addDirectories(self, required=False, noscratch=False)
 
addExpandArg(self)
 
addTestLimitations(self)
 
addCPUArg(self)
 
addForce(self)
 
addExecuteOptions(self)
 
addVerbosityArgs(self)
 
addServerArg(self, user_option=True)
 
addJobControlOptions(self)

Inherited from argparse.ArgumentParser: add_subparsers, convert_arg_line_to_args, error, exit, format_help, format_usage, format_version, parse_args, parse_known_args, print_help, print_usage, print_version

Inherited from argparse.ArgumentParser (private): _add_action, _check_value, _get_formatter, _get_kwargs, _get_nargs_pattern, _get_option_tuples, _get_optional_actions, _get_positional_actions, _get_value, _get_values, _match_argument, _match_arguments_partial, _parse_known_args, _parse_optional, _print_message, _read_args_from_files

Inherited from argparse._AttributeHolder: __repr__

Inherited from argparse._AttributeHolder (private): _get_args

Inherited from argparse._ActionsContainer: add_argument, add_argument_group, add_mutually_exclusive_group, get_default, register, set_defaults

Inherited from argparse._ActionsContainer (private): _add_container_actions, _check_conflict, _get_handler, _get_optional_kwargs, _get_positional_kwargs, _handle_conflict_error, _handle_conflict_resolve, _pop_action_class, _registry_get, _remove_action

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, present_tense, past_tense, *args, **kwargs)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)