from_dict
- classmethod NumericsParameters.from_dict(d)
Creates a new
NumericsParametersobject from adictof values.- Parameters:
d (dict[str, Any]) – A dict with keys corresponding to any of this class’s attributes. Default values are set for keys not included in the dict.
- Returns:
A new
NumericsParametersobject with the values specified by d.- Return type: