Home
/
Python 3.11
/
Built-in Types
/
issuperset
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Built-in Types
issuperset
Python 3.11
Test whether every element in other is in the set.
Syntax
PYTHON
Copy
issuperset(other)