param.parameterized.Parameters.update#

Parameters.update(arg=<Undefined>, /, **kwargs)[source]#

For the given dictionary or iterable or set of param=value keyword arguments, sets the corresponding parameter of this object or class to the given value.

May also be used as a context manager to temporarily set and then reset parameter values.