Package mrv :: Package maya :: Module util :: Class OptionVarDict :: Class OptionVarList
[hide private]
[frames] | no frames]

Class OptionVarList

source code

object --+    
         |    
     tuple --+
             |
            OptionVarDict.OptionVarList

Instance Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, key, val)
modify constructor to work with tuple
source code
 
appendVar(self, val)
values appended to the OptionVarList with this method will be added to the Maya optionVar at the key denoted by self.key.
source code

Inherited from tuple: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __repr__, __rmul__, __sizeof__, count, index

Inherited from object: __delattr__, __format__, __init__, __reduce__, __reduce_ex__, __setattr__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, key, val)

source code 
modify constructor to work with tuple
Returns: a new object with type S, a subtype of T
Overrides: object.__new__