pymel.util.Set — PyMEL 1.0.7 documentation

pymel.util.Set

Inheritance diagram of Set

class Set

A set is a finite, iterable container.

This class provides concrete generic implementations of all methods except for __contains__, __iter__ and __len__.

To override the comparisons (presumably for speed, as the semantics are fixed), all you have to do is redefine __le__ and then the other operations will automatically follow suit.

isdisjoint(other)

Return True if two sets have a null intersection.

Previous topic

pymel.util.Sequence

Next topic

pymel.util.Singleton

Core Modules

Type Modules

Other Modules

This Page