Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3c5dc9

Browse files
committed
Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6)
2 parents 7e45b5c + a860286 commit b3c5dc9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/typing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,10 @@ The module defines the following classes, functions and decorators:
584584

585585
A generic version of :class:`builtins.set <set>`.
586586

587+
.. class:: FrozenSet(frozenset, AbstractSet[T_co])
588+
589+
A generic version of :class:`builtins.frozenset <frozenset>`.
590+
587591
.. class:: MappingView(Sized, Iterable[T_co])
588592

589593
A generic version of :class:`collections.abc.MappingView`.

0 commit comments

Comments
 (0)