e_model_packager.config_decorator¶
Contains classes to be used in parsing Luigi configs.
Classes
|
Decorator class over LuigiConfigParser. |
- class ConfigDecorator(luigi_config)¶
Bases:
objectDecorator class over LuigiConfigParser.
- luigi_config¶
Luigi config parser object.
Constructor.
- get(section, option, delim=',')¶
The get method that treats lists.
- Parameters:
section – a section of config
option – an option of the section
delim – delimeter to be used in case of a list