Package iceprod :: Package core :: Module translator :: Class CheckConfig
[hide private]
[frames] | no frames]

Class CheckConfig

source code

Translator --+
             |
            CheckConfig

Instance Methods [hide private]
 
__init__(self, steering, opts) source code
 
parseval(self, pvalue)
Parse parameter value string to see if it is an external variable and replace it with its value if found.
source code

Inherited from Translator: ClearLibraries, ConfigureModules, ConfigurePost, ConfigurePre, ConfigureServices, ConnectBoxes, EvaluateParameter, GetSystemDefaults, LoadLibraries, SetURL, Translate, TypeValue, WriteSteering, cast_string, fetch_dependencies, format_string, load_library, units

Class Variables [hide private]

Inherited from Translator: loaded_libs

Method Details [hide private]

__init__(self, steering, opts)
(Constructor)

source code 
Overrides: Translator.__init__

parseval(self, pvalue)

source code 

Parse parameter value string to see if it is an external variable and replace it with its value if found.

Overrides: Translator.parseval