nparray.from_dict (function)


def from_dict(d)

Load an nparray object from a dictionary.

See also:

Arguments

  • d (dictionary): dictionary representing a valid nparray object

Returns

  • the instatiated nparray object.