respace.ResultSet.get_all_computed_values#

ResultSet.get_all_computed_values(res_name: str) dict[str, list[Any]][source]#

Get a dictionary giving all computed values and their parameters.

Parameters:
res_namestr

Name of the result for which to get this dictionary.

Returns:
dict[str, list[Any]]

Dictionary, one key of which is the one passed with res_name, and the corresponding value is the complete list of computed values for this result. The other keys correspond to the parameter names, and the associated values are the list of their values which were used to compute the corresponding result.