param.ParamOverrides.extra_keywords#
- ParamOverrides.extra_keywords() dict[str, Any][source]#
Retrieve extra keyword arguments not matching the overridden object’s parameters.
This method returns a dictionary containing key-value pairs from the originally supplied
dict_that do not correspond to parameter names of the overridden object. These extra keywords are only available ifallow_extra_keywordswas set toTrueduring the initialization of theParamOverridesinstance.