mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Issue #26322: Document typing.Set, patch by Joseph Moran
This commit is contained in:
parent
6dfcde5e29
commit
5d6fd8c936
1 changed files with 2 additions and 2 deletions
|
@ -431,9 +431,9 @@ The module defines the following classes, functions and decorators:
|
|||
def slice__to_4(vector: Sequence[T]) -> List[T]:
|
||||
return vector[0:4]
|
||||
|
||||
.. class:: AbstractSet(set, MutableSet[T])
|
||||
.. class:: Set(set, MutableSet[T])
|
||||
|
||||
A generic version of :class:`collections.abc.Set`.
|
||||
A generic version of :class:`builtins.set <set>`.
|
||||
|
||||
.. class:: MappingView(Sized, Iterable[T_co])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue