Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
EmptySet
EmptySet.__init__()
Bases: Set
Set
Set with no member elements (except None).
None
None is considered as “no element”, i.e. None in EmptySet() is the only test that evaluates to True.
None in EmptySet()
True