Integers¶
- class odl.set.sets.Integers[source]¶
Bases:
Set
Set of integers.
- Attributes:
examples
Return examples of integers.
Methods
contains_all
(other)Return
True
ifother
is a sequence of integers.contains_set
(other)Test if
other
is a subset of the integers.element
([inp])Return an integer from
inp
or from scratch.- __init__(*args, **kwargs)¶