pymel.core.language.OptionVarList
![digraph inheritancea9ade4a12a {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "OptionVarList" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.language.OptionVarList",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
}](../../../_images/inheritance-083384188bbe001c040887ad1252dee61217a663.png) 
- 
class OptionVarList(val, key)
- 
- 
append(val)
- values appended to the OptionVarList with this method will be added to the Maya optionVar at the key denoted by self.key.
 - 
- 
appendVar(val)
- values appended to the OptionVarList with this method will be added to the Maya optionVar at the key denoted by self.key.