nparray.from_file (function)


def from_file(filename)

Load an nparray object from a file.

See also:

Arguments

  • filename (string): a filename pointing to a valid nparray object.

Returns

  • the instantiated nparray object.