MaskedArray.nbytes Total bytes consumed by the elements of the array. Notes Does
MaskedArray.__long__() <==> long(x)
MaskedArray.view(dtype=None, type=None)
MaskedArray.__rfloordiv__(other)
In addition to the
MaskedArray.__contains__ x.__contains__(y) <==> y in x
MaskedArray.itemsize Length of one array element in bytes. Examples
MaskedArray.dtype Data-type of the array?s elements.
static MaskedArray.__new__(data=None, mask=False, dtype=None, copy=False, subok=True, ndmin=0, fill_value=None, keep_mask=True
MaskedArray.__rrshift__ x.__rrshift__(y) <==> y>>x
Page 3 of 11