Commit 804a52db authored by Guido van Rossum's avatar Guido van Rossum

Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber)

parent f170c3fb
......@@ -578,6 +578,10 @@ The module defines the following classes, functions and decorators:
A generic version of :class:`builtins.set <set>`.
.. class:: FrozenSet(frozenset, AbstractSet[T_co])
A generic version of :class:`builtins.frozenset <frozenset>`.
.. class:: MappingView(Sized, Iterable[T_co])
A generic version of :class:`collections.abc.MappingView`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment