MaskedArray.__imod__ x.__imod__(y) <==> x%=y
matrix.argsort(axis=-1, kind='quicksort', order=None) Returns the indices that would sort this array. Refer to
MaskedArray.__and__ x.__and__(y) <==> x&y
ndarray.item(*args) Copy an element of an array to a standard Python scalar and return it.
MaskedArray.__oct__() <==> oct(x)
matrix.any(axis=None, out=None)
ndarray.__iand__ x.__iand__(y) <==> x&=y
record.itemset() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
matrix.var(axis=None, dtype=None, out=None, ddof=0)
MaskedArray.__rand__ x.__rand__(y) <==> y&x
Page 2 of 56