Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 399 Bytes

distl.from_file.md

File metadata and controls

27 lines (15 loc) · 399 Bytes

distl.from_file (function)

def from_file(filename)

Load a distl object from a json filename.

See also:

Arguments

  • s (string): the filename pointing to a json formatted file representing a distl object.

Returns

  • The appropriate distribution object.