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