ID EN
Typing

MutableSet

Python 3.11

Deprecated alias to collections.abc.MutableSet.

Syntax

PYTHON
class typing.MutableSet(AbstractSet[T])

See Also

collections.abc.MutableSet collections.abc.MutableSet Generic Alias Type