Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
ProductSpace.
contains_set
Test if other is a subset of this set.
other
This is a default implementation that simply tests for equality. It should be overridden by subclasses.
True if other is contained in this set, False otherwise.
True
False