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