![]() |
ATLAS Offline Software
|
Factory class used to generate argument class instances for argparse. 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) | |
| __call__ (self, valueString=None) | |
| __str__ (self) | |
Protected Attributes | |
| _genclass = genclass | |
| _args = args | |
| _kwargs = kwargs | |
Factory class used to generate argument class instances for argparse.
Definition at line 31 of file trfArgClasses.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.trfArgClasses.argFactory.__init__ | ( | self, | |
| genclass, | |||
| * | args, | ||
| ** | kwargs ) |
Definition at line 32 of file trfArgClasses.py.
| python.trfArgClasses.argFactory.__call__ | ( | self, | |
| valueString = None ) |
Definition at line 38 of file trfArgClasses.py.
| python.trfArgClasses.argFactory.__str__ | ( | self | ) |
Definition at line 56 of file trfArgClasses.py.
|
protected |
Definition at line 35 of file trfArgClasses.py.
|
protected |
Definition at line 34 of file trfArgClasses.py.
|
protected |
Definition at line 36 of file trfArgClasses.py.