from_dict

classmethod CSDOutput.from_dict(d)

Creates a new CSDOutput object from a dict of values.

Parameters:

d (dict[str, Any]) – A dict with keys corresponding to any of this class’s attributes.

Returns:

A new CSDOutput object with the values specified by dict.

Return type:

CSDOutput