pymel.util.trees.Mapping

digraph inheritancee5e9232ebc {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "Mapping" [shape=box,fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,fontsize=8,style="setlinewidth(0.5)",height=0.25];
  "Sized" -> "Mapping" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Iterable" -> "Mapping" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Container" -> "Mapping" [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 Mapping
get(key, default=None)
items()
iteritems()
iterkeys()
itervalues()
keys()
values()

Previous topic

pymel.util.trees.KeysView

Next topic

pymel.util.trees.MappingView

Core

Core Modules

Other Modules

This Page