respace.ResultSet.add_param_values#

ResultSet.add_param_values(params_values: Mapping[str, Hashable | Sequence[Hashable]]) None[source]#

Add new values to existing parameters.

Parameters:
params_valuesParamsArgType

Dictionary whose keys are the parameter names, and the values either a single new value for the parameter, or a sequence of them. Values that are already present will be ignored.