![]() |
ATLAS Offline Software
|
List of string arguments. 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=[], supressEmptyStrings=True, splitter=',', runarg=True, name=None) | |
| List of string arguments. | |
| value (self) | |
| Argument value getter. | |
| prodsysDescription (self) | |
| value (self, value) | |
| Argument value setter. | |
| append (self, addme) | |
| Append a value to the list. | |
| __str__ (self) | |
| String conversion. | |
| __repr__ (self) | |
| Repr conversion. | |
| isRunarg (self) | |
| Return runarg status. | |
| name (self) | |
| Name getter. | |
| name (self, value) | |
| Name setter. | |
| __eq__ (self, other) | |
| Comparison is based on value attribute. | |
| __nq__ (self, other) | |
| __lt__ (self, other) | |
| __gt__ (self, other) | |
Protected Attributes | |
| _splitter = splitter | |
| _supressEmptyStrings = supressEmptyStrings | |
| _runarg = runarg | |
| _name = name | |
| _value = value | |
List of string arguments.
Definition at line 348 of file trfArgClasses.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.trfArgClasses.argList.__init__ | ( | self, | |
| value = [], | |||
| supressEmptyStrings = True, | |||
| splitter = ',', | |||
| runarg = True, | |||
| name = None ) |
List of string arguments.
Argument holding a list of string values
| splitter | The splitter argument determines how the string is split (default by a comma) |
| value | Initial value to set (note default is an empty list []) |
| supressEmptyStrings | If empty strings are removed from the list (Can be used to easily set an empty list from the CLI) |
Definition at line 356 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.
| python.trfArgClasses.argList.__repr__ | ( | self | ) |
Repr conversion.
Return a python parsable string
Definition at line 409 of file trfArgClasses.py.
| python.trfArgClasses.argList.__str__ | ( | self | ) |
String conversion.
Flatten values and space separate
Definition at line 404 of file trfArgClasses.py.
| python.trfArgClasses.argList.append | ( | self, | |
| addme ) |
Append a value to the list.
| addme | Item to add |
Definition at line 398 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.argList.prodsysDescription | ( | self | ) |
Reimplemented from python.trfArgClasses.argument.
Reimplemented in python.trfArgClasses.argAthenaFile, python.trfArgClasses.argBSFile, python.trfArgClasses.argBZ2File, python.trfArgClasses.argFile, python.trfArgClasses.argFTKIPFile, python.trfArgClasses.argHISTFile, python.trfArgClasses.argIntList, python.trfArgClasses.argKeyFloatValueList, python.trfArgClasses.argNTUPFile, and python.trfArgClasses.argPOOLFile.
Definition at line 370 of file trfArgClasses.py.
| python.trfArgClasses.argList.value | ( | self | ) |
Argument value getter.
Reimplemented from python.trfArgClasses.argument.
Reimplemented in python.trfArgClasses.argFile, python.trfArgClasses.argFile, python.trfArgClasses.argIntList, python.trfArgClasses.argIntList, python.trfArgClasses.argKeyFloatValueList, and python.trfArgClasses.argKeyFloatValueList.
Definition at line 365 of file trfArgClasses.py.
| python.trfArgClasses.argList.value | ( | self, | |
| value ) |
Argument value setter.
If we get a list then set that, otherwise we split a string on the splitter character
Reimplemented from python.trfArgClasses.argument.
Reimplemented in python.trfArgClasses.argFile, python.trfArgClasses.argFile, python.trfArgClasses.argIntList, python.trfArgClasses.argIntList, python.trfArgClasses.argKeyFloatValueList, and python.trfArgClasses.argKeyFloatValueList.
Definition at line 380 of file trfArgClasses.py.
|
protectedinherited |
Definition at line 111 of file trfArgClasses.py.
|
protectedinherited |
Definition at line 110 of file trfArgClasses.py.
|
protected |
Definition at line 357 of file trfArgClasses.py.
|
protected |
Definition at line 358 of file trfArgClasses.py.
|
protectedinherited |
Definition at line 130 of file trfArgClasses.py.