|
Gaudi Framework, version v23r9 |
| Home | Generated: Thu Jul 18 2013 |


Public Member Functions | |
| def | __init__ |
| def | name |
| def | set |
| def | unset |
| def | value |
| def | remove_regexp |
| def | remove |
| def | append |
| def | prepend |
| def | search |
| def | __str__ |
Public Member Functions inherited from EnvConfig.Variable.VariableBase | |
| def | __init__ |
| def | process |
Public Attributes | |
| val | |
Public Attributes inherited from EnvConfig.Variable.VariableBase | |
| varName | |
| local | |
| expandVars | |
| log | |
Class for manipulating with environment scalars.
Definition at line 293 of file Variable.py.
| def EnvConfig.Variable.Scalar.__str__ | ( | self | ) |
Definition at line 337 of file Variable.py.
| def EnvConfig.Variable.Scalar.append | ( | self, | |
| value, | |||
separator = ':', |
|||
environment = None |
|||
| ) |
| def EnvConfig.Variable.Scalar.name | ( | self | ) |
Returns the name of the scalar.
Definition at line 300 of file Variable.py.
| def EnvConfig.Variable.Scalar.prepend | ( | self, | |
| value, | |||
separator = ':', |
|||
environment = None |
|||
| ) |
| def EnvConfig.Variable.Scalar.remove | ( | self, | |
| value, | |||
separator = ':', |
|||
regexp = True |
|||
| ) |
Removes value(s) from the scalar. If value is not found, removal is canceled.
Definition at line 319 of file Variable.py.
| def EnvConfig.Variable.Scalar.remove_regexp | ( | self, | |
| value, | |||
separator = ':' |
|||
| ) |
Definition at line 316 of file Variable.py.
| def EnvConfig.Variable.Scalar.search | ( | self, | |
| expr | |||
| ) |
Searches in scalar`s values for a match
Definition at line 333 of file Variable.py.
| def EnvConfig.Variable.Scalar.set | ( | self, | |
| value, | |||
separator = ':', |
|||
environment = None |
|||
| ) |
Sets the value of the scalar. Any previous value is overwritten.
Definition at line 304 of file Variable.py.
| def EnvConfig.Variable.Scalar.unset | ( | self, | |
| value, | |||
separator = ':', |
|||
environment = None |
|||
| ) |
Sets the value of the variable to empty. Any previous value is overwritten.
Definition at line 308 of file Variable.py.
| def EnvConfig.Variable.Scalar.value | ( | self, | |
asString = False, |
|||
separator = ':' |
|||
| ) |
Returns values of the scalar.
Definition at line 312 of file Variable.py.
| EnvConfig.Variable.Scalar.val |
Definition at line 298 of file Variable.py.