pymel.util.trees.MutableSequence

digraph inheritancecc592c2bfa {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "MutableSequence" [shape=box,fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,fontsize=8,style="setlinewidth(0.5)",height=0.25];
  "Sequence" -> "MutableSequence" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Container" [shape=box,fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,fontsize=8,style="setlinewidth(0.5)",height=0.25];
  "Iterable" [shape=box,fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,fontsize=8,style="setlinewidth(0.5)",height=0.25];
  "Sized" [shape=box,fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,fontsize=8,style="setlinewidth(0.5)",height=0.25];
  "Sequence" [shape=box,fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,fontsize=8,style="setlinewidth(0.5)",height=0.25];
  "Sized" -> "Sequence" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Iterable" -> "Sequence" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Container" -> "Sequence" [arrowsize=0.5,style="setlinewidth(0.5)"];
}

class MutableSequence
append(value)
extend(values)
insert(index, value)
pop(index=-1)
remove(value)
reverse()

Previous topic

pymel.util.trees.MutableMapping

Next topic

pymel.util.trees.MutableSet

Core

Core Modules

Other Modules

This Page