EmptySet

class odl.EmptySet

Bases: Set

Set with no member elements (except None).

None is considered as “no element”, i.e. None in EmptySet() is the only test that evaluates to True.

__init__()