class VariableSet:
Container object for the variables defined in a config file.
VariableSet
can be used as a plain dictionary, with the variable names
as keys.
Method | __getitem__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __setitem__ |
Undocumented |
Method | _init_parse |
Undocumented |
Method | _init_parse_var |
Undocumented |
Method | interpolate |
Undocumented |
Method | variables |
Return the list of variable names. |
Instance Variable | _raw_data |
Undocumented |
Instance Variable | _re |
Undocumented |
Instance Variable | _re_sub |
Undocumented |
Return the list of variable names.
None
VariableSet
instance.