mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6)
This commit is contained in:
commit
b3c5dc912d
1 changed files with 4 additions and 0 deletions
|
|
@ -584,6 +584,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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue