param.ParamOverrides.param_keywords#

ParamOverrides.param_keywords() dict[str, Any][source]#

Retrieve parameters matching the overridden object’s declared parameters.

This method returns a dictionary containing key-value pairs from the originally supplied dict_ whose keys correspond to parameters of the overridden object. It excludes any extra keywords that are not part of the object’s declared parameters.

Returns:

A dictionary of parameter names and their corresponding values, limited to those recognized as parameters of the overridden object.

Return type:

dict[str, Any]