data_baseIOLoaderDumperresolve_loader_dumper_path

resolve_loader_dumper_path

data_base.IO.LoaderDumper.resolve_loader_dumper_path(loader_path)

Resolve a loader path to an absolute path.

This is used to import the loader module from the relative path.

Parameters:

loader_path (str) – The relative path to the loader module.

Returns:

The absolute path to the loader module.

Return type:

str