morpheus.utils.module_utils.ModuleLoader#

class ModuleLoader(module_interface, name, config)[source]#

Bases: object

Class 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.

load(builder)[source]#

Loads the module instance.

Parameters:
buildermrc.Builder

The Morpheus builder instance.