ID EN
Typing

AbstractSet

Python 3.11

Deprecated alias to collections.abc.Set.

Syntax

PYTHON
class typing.AbstractSet(Collection[T_co])

See Also

collections.abc.Set collections.abc.Set Generic Alias Type