Trees | Indices | Help |
|
---|
|
object --+ | variables_manager_t
function wrapper variables manager
Almost every time we define new transformer, we need to define variables. It is important to keep the variable names unique. This class will ensure this. Every time you declare new variable, it will return the unique variable name. The name will be built from the original variable name and some index, which will make the variable to be unique.
Instance Methods | |||
|
|||
|
|||
|
Properties | |
variables list of all declared variables |
Method Details |
|
declare variable
|
register predefined variable name There are use cases, where it is convenience to define variables within a template. In such cases, the only thing that should be done is registering a unique name of the variable. |
Property Details |
variableslist of all declared variables |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:14 2008 | http://epydoc.sourceforge.net |