pardata.loaders.Loader.load

abstract Loader.load(path, options)

Loads from a given path or a dict of path configurations. This must be overridden when inherited.

Parameters
  • path (Union[str, os.PathLike, Dict[str, str]]) – The path or path configurations of the files to be loaded.

  • options (Dict[str, Any]) – Options passed to the loader.

Returns

The object representing the loaded file.

Return type

Any