ndarray.__contains__ x.__contains__(y) <==> y in x
ndarray.__iand__ x.__iand__(y) <==> x&=y
generic.std() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
generic.shape tuple of array dimensions
MaskedArray.__pow__(other)
ndarray.__deepcopy__() ? Deep copy of array. Used if copy.deepcopy is called on an array.
ndarray.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of
generic.getfield() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
ndarray.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer to
matrix.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of the
Page 2 of 56