UniversalSet¶
- class odl.set.sets.UniversalSet[source]¶
Bases:
SetSet of all objects.
Forget about set theory for a moment :-).
- Attributes:
examplesGenerator creating name-value pairs of set elements.
Methods
contains_all(other)Test if all elements in
otherare contained in this set.contains_set(other)Return
Truefor any set.element([inp])Return
inpin any case.- __init__(*args, **kwargs)¶