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