class documentation

class container:

View In Hierarchy

container(data, dtype=None, copy=True)

Standard container-class for easy multiple-inheritance.

Methods

copy tostring byteswap astype

Method astype Undocumented
Method byteswap Undocumented
Method copy Undocumented
Method tobytes Undocumented
Method tostring Undocumented
Method __abs__ Undocumented
Method __add__ Undocumented
Method __and__ Undocumented
Method __array__ Undocumented
Method __array​_wrap__ Undocumented
Method __complex__ Undocumented
Method __div__ Undocumented
Method __divmod__ Undocumented
Method __eq__ Undocumented
Method __float__ Undocumented
Method __ge__ Undocumented
Method __getattr__ Undocumented
Method __getitem__ Undocumented
Method __gt__ Undocumented
Method __hex__ Undocumented
Method __iadd__ Undocumented
Method __iand__ Undocumented
Method __idiv__ Undocumented
Method __ilshift__ Undocumented
Method __imod__ Undocumented
Method __imul__ Undocumented
Method __init__ Undocumented
Method __int__ Undocumented
Method __invert__ Undocumented
Method __ior__ Undocumented
Method __ipow__ Undocumented
Method __irshift__ Undocumented
Method __isub__ Undocumented
Method __ixor__ Undocumented
Method __le__ Undocumented
Method __len__ Undocumented
Method __lshift__ Undocumented
Method __lt__ Undocumented
Method __mod__ Undocumented
Method __mul__ Undocumented
Method __ne__ Undocumented
Method __neg__ Undocumented
Method __oct__ Undocumented
Method __or__ Undocumented
Method __pos__ Undocumented
Method __pow__ Undocumented
Method __rand__ Undocumented
Method __rdiv__ Undocumented
Method __rdivmod__ Undocumented
Method __repr__ Undocumented
Method __rlshift__ Undocumented
Method __rmod__ Undocumented
Method __ror__ Undocumented
Method __rpow__ Undocumented
Method __rrshift__ Undocumented
Method __rshift__ Undocumented
Method __rsub__ Undocumented
Method __rxor__ Undocumented
Method __setattr__ Undocumented
Method __setitem__ Undocumented
Method __sub__ Undocumented
Method __xor__ Undocumented
Method ​_rc Undocumented
Method ​_scalarfunc Undocumented
Instance Variable array Undocumented
def astype(self, typecode):

Undocumented

def byteswap(self):

Undocumented

def copy(self):

Undocumented

def tobytes(self):

Undocumented

def tostring(self):

Undocumented

def __abs__(self):

Undocumented

def __add__(self, other):

Undocumented

def __and__(self, other):

Undocumented

def __array__(self, t=None):

Undocumented

def __array_wrap__(self, *args):

Undocumented

def __complex__(self):

Undocumented

def __div__(self, other):

Undocumented

def __divmod__(self, other):

Undocumented

def __eq__(self, other):

Undocumented

def __float__(self):

Undocumented

def __ge__(self, other):

Undocumented

def __getattr__(self, attr):

Undocumented

def __getitem__(self, index):

Undocumented

def __gt__(self, other):

Undocumented

def __hex__(self):

Undocumented

def __iadd__(self, other):

Undocumented

def __iand__(self, other):

Undocumented

def __idiv__(self, other):

Undocumented

def __ilshift__(self, other):

Undocumented

def __imod__(self, other):

Undocumented

def __imul__(self, other):

Undocumented

def __init__(self, data, dtype=None, copy=True):

Undocumented

def __int__(self):

Undocumented

def __invert__(self):

Undocumented

def __ior__(self, other):

Undocumented

def __ipow__(self, other):

Undocumented

def __irshift__(self, other):

Undocumented

def __isub__(self, other):

Undocumented

def __ixor__(self, other):

Undocumented

def __le__(self, other):

Undocumented

def __len__(self):

Undocumented

def __lshift__(self, other):

Undocumented

def __lt__(self, other):

Undocumented

def __mod__(self, other):

Undocumented

def __mul__(self, other):

Undocumented

def __ne__(self, other):

Undocumented

def __neg__(self):

Undocumented

def __oct__(self):

Undocumented

def __or__(self, other):

Undocumented

def __pos__(self):

Undocumented

def __pow__(self, other):

Undocumented

def __rand__(self, other):

Undocumented

def __rdiv__(self, other):

Undocumented

def __rdivmod__(self, other):

Undocumented

def __repr__(self):

Undocumented

def __rlshift__(self, other):

Undocumented

def __rmod__(self, other):

Undocumented

def __ror__(self, other):

Undocumented

def __rpow__(self, other):

Undocumented

def __rrshift__(self, other):

Undocumented

def __rshift__(self, other):

Undocumented

def __rsub__(self, other):

Undocumented

def __rxor__(self, other):

Undocumented

def __setattr__(self, attr, value):

Undocumented

def __setitem__(self, index, value):

Undocumented

def __sub__(self, other):

Undocumented

def __xor__(self, other):

Undocumented

def _rc(self, a):

Undocumented

def _scalarfunc(self, func):

Undocumented

array =

Undocumented