Home
/
Python 3.11
/
Typing
/
MutableSet
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Typing
MutableSet
Python 3.11
Deprecated alias to collections.abc.MutableSet.
Syntax
PYTHON
Copy
class typing.MutableSet(AbstractSet[T])
See Also
collections.abc.MutableSet
collections.abc.MutableSet
Generic Alias Type