Package mrv :: Package maya :: Package nt :: Module apipatch :: Class MPlugArray
[hide private]
[frames] | no frames]

Class MPlugArray

source code

OpenMaya.MPlugArray --+
                      |
       Abstract --+   |
                  |   |
          ArrayBase --+
                      |
                     MPlugArray

Wrap MPlugArray to make it compatible to pythonic contructs

Note: for performance reasons, we do not provide negative index support

Instance Methods [hide private]
 
__iter__(self)
Returns: iterator object
source code
 
__getitem__(self, index)
Copy the MPlugs we return to assure their ref count gets incremented
source code

Inherited from ArrayBase: __len__, __setitem__

Class Methods [hide private]

Inherited from ArrayBase: mfromIter, mfromList, mfromMultiple

Class Variables [hide private]
  _apicls = api.MPlugArray
Method Details [hide private]

__iter__(self)

source code 
Returns:
iterator object