UniversalSet

class odl.set.sets.UniversalSet[source]

Bases: 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(other)

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

contains_set(other)

Return True for any set.

element([inp])

Return inp in any case.

__init__(*args, **kwargs)