respace.ResultSet.get#
- ResultSet.get(res_name: str, params: Mapping[str, Hashable], **add_kwargs: dict[str, Any]) Any[source]#
Get the value of result res_name for set of parameters params.
If it has not been computed yet, it will be computed before returning the value.
- Parameters:
- res_namestr
Name of the result to get.
- paramsParamsSingleValue
Dictionary of parameters for which to get the result.
- **add_kwargsdict[str, Any]
Additional keyword arguments to pass to res_name’s computing function, like external data for instance.
- Returns:
- result valueAny