SetUnion¶
-
class
odl.set.sets.
SetUnion
(*sets)[source]¶ Bases:
odl.set.sets.Set
The union of several subsets.
The elements of this set are elements of at least one of the subsets.
This is a lazy union, i.e. there is no intelligence and the set is literally stored as the union of its subsets.
- Attributes
Methods
contains_all
(self, other)Test if all elements in
other
are contained in this set.contains_set
(self, other)Test if
other
is a subset of this set.element
(self[, inp])Create a new element.