from_dict()¶
- audobject.from_dict(d, root=None, *, auto_install=False, override_args=None, **kwargs)[source]¶
Create object from dictionary.
- Parameters
- Return type
- Returns
object
- Raises
RuntimeError – if a mandatory argument of the object is missing in the dictionary
d