generic.byteswap() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
ndarray.__rshift__ x.__rshift__(y) <==> x>>y
MaskedArray.__rmul__(other)
ndarray.__eq__ x.__eq__(y) <==> x==y
MaskedArray.__rshift__ x.__rshift__(y) <==> x>>y
Python defines only one type of a particular data class (there is only one integer type, one floating-point type, etc.). This can be convenient in applications that don?t need to be
MaskedArray.__floordiv__(other)
MaskedArray.__contains__ x.__contains__(y) <==> y in x
record.flat a 1-d view of scalar
matrix.repeat(repeats, axis=None) Repeat elements of an array. Refer to
Page 18 of 56