Kaydet (Commit) 5d6fd8c9 authored tarafından Berker Peksag's avatar Berker Peksag

Issue #26322: Document typing.Set, patch by Joseph Moran

üst 6dfcde5e
...@@ -431,9 +431,9 @@ The module defines the following classes, functions and decorators: ...@@ -431,9 +431,9 @@ The module defines the following classes, functions and decorators:
def slice__to_4(vector: Sequence[T]) -> List[T]: def slice__to_4(vector: Sequence[T]) -> List[T]:
return vector[0:4] 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]) .. class:: MappingView(Sized, Iterable[T_co])
......
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