__add__
) onto
the corresponding object ufunc (e.g. numarray.objects.add
). In addition
to its hook methods, ObjectArray has these public methods:
) |
tolist
returns a nested list of objects corresponding to all the
elements in the array.
) |
copy
returns a shallow copy of the object array.
type) |
astype
returns either a copy of the ObjectArray or converts it
into a numerical array of the specified type.
) |
Send comments to the NumArray community.