UniversalSet

class odl.set.sets.UniversalSet[source]

Bases: odl.set.sets.Set

Set of all objects.

Forget about set theory for a moment :-).

Attributes
examples

Generator creating name-value pairs of set elements.

Methods

contains_all(self, other)

Test if all elements in other are contained in this set.

contains_set(self, other)

Return True for any set.

element(self[, inp])

Return inp in any case.

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

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