Parametrized implements handling of Parameter attributes.
merge all parameter catalogs for easy access to documentation,
then use keyword arguments to override default values.
The constructor uses the keywords to update the parameter list.
clone(
self,
* args,
* * kwds)
-
Create a copy of this Parametrized. More...
Create a copy of this Parametrized.
The only copied attributes are the ones corresponding to parameters.
Sets the given parameters to override the default values.