Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 515 Bytes

Composite.to_dict.md

File metadata and controls

29 lines (16 loc) · 515 Bytes

Composite.to_dict (function)

def to_dict(self, export_func_as_path=False, **kwargs)

Return the dictionary representation of the distribution object.

The resulting dictionary can be restored to the original object via distl.from_dict.

See also:

Arguments

  • exclude (list, optional, default=[]): list of keys to exclude.

Returns

  • dictionary