Integers

class odl.set.sets.Integers[source]

Bases: odl.set.sets.Set

Set of integers.

Attributes
examples

Return examples of integers.

Methods

contains_all(self, other)

Return True if other is a sequence of integers.

contains_set(self, other)

Test if other is a subset of the integers.

element(self[, inp])

Return an integer from inp or from scratch.

__init__(self, /, \*args, \*\*kwargs)

Initialize self. See help(type(self)) for accurate signature.