Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
Integers.
contains_set
Test if other is a subset of the integers.
other
True if other is an instance of Integers, False otherwise.
True
Integers
False
Examples
>>> integers = Integers() >>> integers.contains_set(RealNumbers()) False