finesse.utilities.collections.OrderedSet.issubset¶
- OrderedSet.issubset(self, other)¶
Check if this set is a subset of another set.
- Parameters
- otherOrderedSet
Another OrderedSet to check against.
- Returns
- bool
True if this set is a subset of other, False otherwise.