Output Structure
This regroups the output structure from the main routine resolve(). The
Nani object regroups the properties helping to define NumPy’s arrays
and to optionally wrap them into an abstraction layer.
-
class
nani.Nani(dtype, default, view)[source]
Output structure of the function resolve.
-
dtype
numpy.dtype – NumPy’s dtype, that is the data type of the array elements.
-
default
object – Default value(s) for a single array element.
-
view
type – A class to use as a wrapper around the NumPy array.