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_idstrUnique identifier for a loader in the dataloader registry. Returns: inner_funcEncapsulated function.