Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 366 Bytes

nparray.from_dict.md

File metadata and controls

26 lines (14 loc) · 366 Bytes

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.