FiniteSet.contains_set

FiniteSet.contains_set(self, other)

Test if other is a subset of this set.

This is a default implementation that simply tests for equality. It should be overridden by subclasses.

Returns
set_containedbool

True if other is contained in this set, False otherwise.