pymel.util.trees.Sequence

digraph inheritance073049eef1 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "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)"];
  "Sized" [shape=box,fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,fontsize=8,style="setlinewidth(0.5)",height=0.25];
  "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];
}

class Sequence

All the operations on a read-only sequence.

Concrete subclasses must override __new__ or __init__, __getitem__, and __len__.

count(value)
index(value)

Previous topic

pymel.util.trees.MutableSet

Next topic

pymel.util.trees.Set

Core

Core Modules

Other Modules

This Page