Set.contains_set

Set.contains_set(self, other)[source]

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.