![]() |
ATLAS Offline Software
|
Factory class used to generate argparse actions, actions should be used when arguments are used without value, like boolean flags. More...
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, genclass, *args, **kwargs) | |
| factory (self) | |
| __call__ (self, option_strings, dest, **kwargs) | |
| __str__ (self) | |
Protected Attributes | |
| _factory = argFactory(genclass, *args, **kwargs) | |
Factory class used to generate argparse actions, actions should be used when arguments are used without value, like boolean flags.
Definition at line 83 of file trfArgClasses.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.trfArgClasses.argActionFactory.__init__ | ( | self, | |
| genclass, | |||
| * | args, | ||
| ** | kwargs ) |
Definition at line 84 of file trfArgClasses.py.
| python.trfArgClasses.argActionFactory.__call__ | ( | self, | |
| option_strings, | |||
| dest, | |||
| ** | kwargs ) |
Definition at line 92 of file trfArgClasses.py.
| python.trfArgClasses.argActionFactory.__str__ | ( | self | ) |
Definition at line 95 of file trfArgClasses.py.
| python.trfArgClasses.argActionFactory.factory | ( | self | ) |
Definition at line 89 of file trfArgClasses.py.
|
protected |
Definition at line 86 of file trfArgClasses.py.