|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |


Public Member Functions | |
| def | __init__ |
| def | isTarget |
| def | process |
| def | __call__ |
Private Attributes | |
| _env | |
Base class for the objects used to process the variables.
Definition at line 12 of file Variable.py.
| def EnvConfig.Variable.VariableProcessor.__init__ | ( | self, | |
| env | |||
| ) |
| def EnvConfig.Variable.VariableProcessor.__call__ | ( | self, | |
| variable, | |||
| value | |||
| ) |
Definition at line 40 of file Variable.py.
| def EnvConfig.Variable.VariableProcessor.isTarget | ( | self, | |
| variable | |||
| ) |
Return True if this processor can operate on the given variable.
Definition at line 24 of file Variable.py.
| def EnvConfig.Variable.VariableProcessor.process | ( | self, | |
| variable, | |||
| value | |||
| ) |
Process the variable. @param value: the content of the variable to be processed @return: the processed value
Definition at line 30 of file Variable.py.
|
private |
Definition at line 22 of file Variable.py.