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