class documentation
This class expands environment variables referenced in ini files.
An environment_variable is declared as &{<environment-variable-name>}.
All environment errors found in the INI file are collected and can be retrieved by calling the I{get_expand_errors()} method.
| Method | __init__ |
Initialize class attributes. |
| Method | expand |
Return the text with environment_variables expanded. |
| Method | get |
Return all expanding errors (undefined environment_variables). |
| Instance Variable | error |
Validation errors. |
| Method | _environment |
Return specified environment variable for a matching object. |