morpheus.utils.module_utils.ModuleLoader
- class ModuleLoader(module_interface, name, config)[source]
Bases:
object
Class to hold the definition of a module.
- Attributes
- module_instance
- name
- config
The instance of the loaded module.
The name of the module.
The configuration dictionary for the module.
Methods
load
(builder)Loads the module instance. - load(builder)[source]
Loads the module instance.
- Parameters
- builder
The Morpheus builder instance.