Python API 2.0 Reference
OpenMaya.rCannotInit Class Reference
+ Inheritance diagram for OpenMaya.rCannotInit:

Public Member Functions

def __add__ ()
 
def __contains__ ()
 
def __delitem__ ()
 
def __delslice__ ()
 
def __getitem__ ()
 
def __getslice__ ()
 
def __iadd__ ()
 
def __imul__ ()
 
def __init__ ()
 
def __len__ ()
 
def __mul__ ()
 
def __repr__ ()
 
def __rmul__ ()
 
def __setitem__ ()
 
def __setslice__ ()
 
def __str__ ()
 
def append ()
 
def clear ()
 
def copy ()
 
def insert ()
 
def remove ()
 
def setLength ()
 
def __add__ ()
 
def __contains__ ()
 
def __delitem__ ()
 
def __delslice__ ()
 
def __getitem__ ()
 
def __getslice__ ()
 
def __iadd__ ()
 
def __imul__ ()
 
def __init__ ()
 
def __len__ ()
 
def __mul__ ()
 
def __repr__ ()
 
def __rmul__ ()
 
def __setitem__ ()
 
def __setslice__ ()
 
def __str__ ()
 
def append ()
 
def clear ()
 
def copy ()
 
def insert ()
 
def remove ()
 
def setLength ()
 
def __add__ ()
 
def __contains__ ()
 
def __delitem__ ()
 
def __delslice__ ()
 
def __getitem__ ()
 
def __getslice__ ()
 
def __iadd__ ()
 
def __imul__ ()
 
def __init__ ()
 
def __len__ ()
 
def __mul__ ()
 
def __repr__ ()
 
def __rmul__ ()
 
def __setitem__ ()
 
def __setslice__ ()
 
def __str__ ()
 
def append ()
 
def clear ()
 
def copy ()
 
def insert ()
 
def remove ()
 
def setLength ()
 

Properties

 sizeIncrement = property(...)
 

Detailed Description

p_OpenMaya_py2.rInvalidAnimInfo
^1c or ^2c expected
p_OpenMaya_py2.rExpected3

Constructor & Destructor Documentation

def OpenMaya.rCannotInit.__init__ ( )
x.__init__(...) initializes x; see help(type(x)) for signature
def OpenMaya.rCannotInit.__init__ ( )
x.__init__(...) initializes x; see help(type(x)) for signature
def OpenMaya.rCannotInit.__init__ ( )
x.__init__(...) initializes x; see help(type(x)) for signature

Member Function Documentation

def OpenMaya.rCannotInit.__add__ ( )
x.__add__(y) <==> x+y
def OpenMaya.rCannotInit.__add__ ( )
x.__add__(y) <==> x+y
def OpenMaya.rCannotInit.__add__ ( )
x.__add__(y) <==> x+y
def OpenMaya.rCannotInit.__contains__ ( )
x.__contains__(y) <==> y in x
def OpenMaya.rCannotInit.__contains__ ( )
x.__contains__(y) <==> y in x
def OpenMaya.rCannotInit.__contains__ ( )
x.__contains__(y) <==> y in x
def OpenMaya.rCannotInit.__delitem__ ( )
x.__delitem__(y) <==> del x[y]
def OpenMaya.rCannotInit.__delitem__ ( )
x.__delitem__(y) <==> del x[y]
def OpenMaya.rCannotInit.__delitem__ ( )
x.__delitem__(y) <==> del x[y]
def OpenMaya.rCannotInit.__delslice__ ( )
x.__delslice__(i, j) <==> del x[i:j]

Use of negative indices is not supported.
def OpenMaya.rCannotInit.__delslice__ ( )
x.__delslice__(i, j) <==> del x[i:j]

Use of negative indices is not supported.
def OpenMaya.rCannotInit.__delslice__ ( )
x.__delslice__(i, j) <==> del x[i:j]

Use of negative indices is not supported.
def OpenMaya.rCannotInit.__getitem__ ( )
x.__getitem__(y) <==> x[y]
def OpenMaya.rCannotInit.__getitem__ ( )
x.__getitem__(y) <==> x[y]
def OpenMaya.rCannotInit.__getitem__ ( )
x.__getitem__(y) <==> x[y]
def OpenMaya.rCannotInit.__getslice__ ( )
x.__getslice__(i, j) <==> x[i:j]

Use of negative indices is not supported.
def OpenMaya.rCannotInit.__getslice__ ( )
x.__getslice__(i, j) <==> x[i:j]

Use of negative indices is not supported.
def OpenMaya.rCannotInit.__getslice__ ( )
x.__getslice__(i, j) <==> x[i:j]

Use of negative indices is not supported.
def OpenMaya.rCannotInit.__iadd__ ( )
x.__iadd__(y) <==> x+=y
def OpenMaya.rCannotInit.__iadd__ ( )
x.__iadd__(y) <==> x+=y
def OpenMaya.rCannotInit.__iadd__ ( )
x.__iadd__(y) <==> x+=y
def OpenMaya.rCannotInit.__imul__ ( )
x.__imul__(y) <==> x*=y
def OpenMaya.rCannotInit.__imul__ ( )
x.__imul__(y) <==> x*=y
def OpenMaya.rCannotInit.__imul__ ( )
x.__imul__(y) <==> x*=y
def OpenMaya.rCannotInit.__len__ ( )
x.__len__() <==> len(x)
def OpenMaya.rCannotInit.__len__ ( )
x.__len__() <==> len(x)
def OpenMaya.rCannotInit.__len__ ( )
x.__len__() <==> len(x)
def OpenMaya.rCannotInit.__mul__ ( )
x.__mul__(n) <==> x*n
def OpenMaya.rCannotInit.__mul__ ( )
x.__mul__(n) <==> x*n
def OpenMaya.rCannotInit.__mul__ ( )
x.__mul__(n) <==> x*n
def OpenMaya.rCannotInit.__repr__ ( )
x.__repr__() <==> repr(x)
def OpenMaya.rCannotInit.__repr__ ( )
x.__repr__() <==> repr(x)
def OpenMaya.rCannotInit.__repr__ ( )
x.__repr__() <==> repr(x)
def OpenMaya.rCannotInit.__rmul__ ( )
x.__rmul__(n) <==> n*x
def OpenMaya.rCannotInit.__rmul__ ( )
x.__rmul__(n) <==> n*x
def OpenMaya.rCannotInit.__rmul__ ( )
x.__rmul__(n) <==> n*x
def OpenMaya.rCannotInit.__setitem__ ( )
x.__setitem__(i, y) <==> x[i]=y
def OpenMaya.rCannotInit.__setitem__ ( )
x.__setitem__(i, y) <==> x[i]=y
def OpenMaya.rCannotInit.__setitem__ ( )
x.__setitem__(i, y) <==> x[i]=y
def OpenMaya.rCannotInit.__setslice__ ( )
x.__setslice__(i, j, y) <==> x[i:j]=y

Use  of negative indices is not supported.
def OpenMaya.rCannotInit.__setslice__ ( )
x.__setslice__(i, j, y) <==> x[i:j]=y

Use  of negative indices is not supported.
def OpenMaya.rCannotInit.__setslice__ ( )
x.__setslice__(i, j, y) <==> x[i:j]=y

Use  of negative indices is not supported.
def OpenMaya.rCannotInit.__str__ ( )
x.__str__() <==> str(x)
def OpenMaya.rCannotInit.__str__ ( )
x.__str__() <==> str(x)
def OpenMaya.rCannotInit.__str__ ( )
x.__str__() <==> str(x)
def OpenMaya.rCannotInit.append ( )
Add a value to the end of the array.
def OpenMaya.rCannotInit.append ( )
Add a value to the end of the array.
def OpenMaya.rCannotInit.append ( )
Add a value to the end of the array.
def OpenMaya.rCannotInit.clear ( )
Remove all elements from the array.
def OpenMaya.rCannotInit.clear ( )
Remove all elements from the array.
def OpenMaya.rCannotInit.clear ( )
Remove all elements from the array.
def OpenMaya.rCannotInit.copy ( )
Replace the array contents with that of another or of a compatible Python sequence.
def OpenMaya.rCannotInit.copy ( )
Replace the array contents with that of another or of a compatible Python sequence.
def OpenMaya.rCannotInit.copy ( )
Replace the array contents with that of another or of a compatible Python sequence.
def OpenMaya.rCannotInit.insert ( )
Insert a new value into the array at the given index.
def OpenMaya.rCannotInit.insert ( )
Insert a new value into the array at the given index.
def OpenMaya.rCannotInit.insert ( )
Insert a new value into the array at the given index.
def OpenMaya.rCannotInit.remove ( )
Remove an element from the array.
def OpenMaya.rCannotInit.remove ( )
Remove an element from the array.
def OpenMaya.rCannotInit.remove ( )
Remove an element from the array.
def OpenMaya.rCannotInit.setLength ( )
Grow or shrink the array to contain a specific number of elements.
def OpenMaya.rCannotInit.setLength ( )
Grow or shrink the array to contain a specific number of elements.
def OpenMaya.rCannotInit.setLength ( )
Grow or shrink the array to contain a specific number of elements.

Property Documentation

OpenMaya.rCannotInit.sizeIncrement = property(...)
static
 Number of elements by which to grow the array when necessary.