Method Name:
issuperset(anotherSetObject_in)
Method Overview:
Determines whether a set is a superset of another set passed as the parameter .
Parameters:
anotherSetObject_in: A Python set is checked whether it is the superset of this parameter.
Example:
# Example Python program that finds whether |
Output:
True |