param.param_union#

param.param_union(*parameterizeds: Parameterized, warn: bool = True) dict[str, Any][source]#

Given a set of Parameterized objects, returns a dictionary with the union of all param name, value pairs across them.

Parameters:

warn (bool, optional) – Wether to warn if the same parameter have been given multiple values, otherwise use the last value, by default True

Returns:

Union of all param name,value pairs

Return type:

dict