nemo_curator.utils.storage_utils
Module Contents
Functions
API
Construct a full local path from a base path and additional components. Args: localpath: The base local path. *args: Additional path components. Returns: The full local path as a Path object.
Construct a full path from a base path and additional components. Args: path: The base path. *args: Additional path components. Returns: The full path as a StoragePrefix or Path object.