![]() |
The Gaudi Framework
v26r3
|


Public Member Functions | |
| def | __init__ (self, env) |
| def | isTarget (self, variable) |
| def | process (self, variable, value) |
| def | __call__ (self, variable, value) |
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 | |||
| ) |
@param env: dictionary with the reference environment to use
Definition at line 16 of file Variable.py.
| 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.