distl.from_dict (function)
def from_dict(d)
Load a distl object from a dictionary.
See also:
Arguments
d(string or dict): dictionary (or json string of a dictionary) representing the distl object.
Returns
- The appropriate distribution object.
def from_dict(d)
Load a distl object from a dictionary.
See also:
d (string or dict): dictionary (or json string of a dictionary)
representing the distl object.