masked_array.
dtype
Data-type of the array’s elements.
See also
numpy.dtype
Examples
>>>xarray([[0, 1], [2, 3]])>>>x.dtypedtype('int32')>>>type(x.dtype)<type 'numpy.dtype'>