respace.ResultSet.get_save_path#

ResultSet.get_save_path(res_name: str, params: Mapping[str, Hashable], save_path_fmt: str | Path | None = None) Path[source]#

Get the path at which to save a result for a set of parameter values.

Parameters:
res_namestr

Name of the result for which to get the save path.

paramsParamsSingleValue

Dictionary of parameter values for which to generate the path.

save_path_fmtPath | str | None, optional

Format of the path to be generated. If not set, will be the result’s default save_path_fmt, or, if not set, the global ResultSet.save_path_fmt.

Returns:
Path

Path where to save the result res_name.