FiniteSet¶
-
class
odl.set.sets.
FiniteSet
(*elements)[source]¶ Bases:
odl.set.sets.Set
A set given by a finite number of elements.
- 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.