![]() |
ATLAS Offline Software
|
String type argument. 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, value=None, runarg=True, name=None, choices=None) | |
| Class initialisation. | |
| value (self) | |
| Argument value getter. | |
| value (self, value) | |
| Argument value setter. | |
| choices (self) | |
| Choices getter. | |
| prodsysDescription (self) | |
| __str__ (self) | |
| isRunarg (self) | |
| Return runarg status. | |
| name (self) | |
| Name getter. | |
| name (self, value) | |
| Name setter. | |
| __repr__ (self) | |
| Repr conversion of our value. | |
| __eq__ (self, other) | |
| Comparison is based on value attribute. | |
| __nq__ (self, other) | |
| __lt__ (self, other) | |
| __gt__ (self, other) | |
Protected Attributes | |
| _choices = choices | |
| _runarg = runarg | |
| _name = name | |
| _value = value | |
String type argument.
Definition at line 174 of file trfArgClasses.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.trfArgClasses.argString.__init__ | ( | self, | |
| value = None, | |||
| runarg = True, | |||
| name = None, | |||
| choices = None ) |
Class initialisation.
| value | Initial value to be set |
| runarg | Boolean specifiying if this is a run time argument (specifically passed to athena by the AthenaExecutor, other executors may do the same). |
| name | Name for this argument |
| choices | Optional list of strings from which value must be set |
Definition at line 182 of file trfArgClasses.py.
|
inherited |
Comparison is based on value attribute.
Definition at line 161 of file trfArgClasses.py.
|
inherited |
Definition at line 170 of file trfArgClasses.py.
|
inherited |
Definition at line 167 of file trfArgClasses.py.
|
inherited |
Definition at line 164 of file trfArgClasses.py.
|
inherited |
Repr conversion of our value.
Definition at line 157 of file trfArgClasses.py.
| python.trfArgClasses.argString.__str__ | ( | self | ) |
Definition at line 220 of file trfArgClasses.py.
| python.trfArgClasses.argString.choices | ( | self | ) |
Choices getter.
Definition at line 208 of file trfArgClasses.py.
|
inherited |
Return runarg status.
Definition at line 134 of file trfArgClasses.py.
|
inherited |
Name getter.
Reimplemented in python.trfArgClasses.argFile, and python.trfArgClasses.argFile.
Definition at line 139 of file trfArgClasses.py.
|
inherited |
Name setter.
Reimplemented in python.trfArgClasses.argFile, and python.trfArgClasses.argFile.
Definition at line 144 of file trfArgClasses.py.
| python.trfArgClasses.argString.prodsysDescription | ( | self | ) |
Reimplemented from python.trfArgClasses.argument.
Definition at line 213 of file trfArgClasses.py.
| python.trfArgClasses.argString.value | ( | self | ) |
Argument value getter.
Reimplemented from python.trfArgClasses.argument.
Definition at line 189 of file trfArgClasses.py.
| python.trfArgClasses.argString.value | ( | self, | |
| value ) |
Argument value setter.
Sets value directly if it's a str, otherwise call the str() converter
Reimplemented from python.trfArgClasses.argument.
Definition at line 195 of file trfArgClasses.py.
|
protected |
Definition at line 183 of file trfArgClasses.py.
|
protectedinherited |
Definition at line 111 of file trfArgClasses.py.
|
protectedinherited |
Definition at line 110 of file trfArgClasses.py.
|
protectedinherited |
Definition at line 130 of file trfArgClasses.py.