morpheus.utils.loader_utils#

Functions

register_loader(loader_id)

Registers a loader if not exists in the dataloader registry.

register_loader(loader_id)[source]#

Registers a loader if not exists in the dataloader registry.

Parameters:
loader_idstr

Unique identifier for a loader in the dataloader registry.

Returns:
inner_func

Encapsulated function.