Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
IntervalProd.
__contains__
Return other in self.
other in self
Examples
>>> interv = IntervalProd(0, 1) >>> 0.5 in interv True >>> 2 in interv False >>> 'string' in interv False