morpheus.utils.module_utils.ModuleLoader#
- class ModuleLoader(module_interface, name, config)[source]#
Bases:
objectClass to hold the definition of a module.
- Attributes:
- module_instanceModuleLoader
The instance of the loaded module.
- namestr
The name of the module.
- configdict
The configuration dictionary for the module.
Methods
load(builder)Loads the module instance.