mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
merge
This commit is contained in:
commit
e12c313f5e
4 changed files with 27 additions and 0 deletions
|
@ -563,6 +563,10 @@ The module defines the following classes, functions and decorators:
|
|||
As a shorthand for this type, :class:`bytes` can be used to
|
||||
annotate arguments of any of the types mentioned above.
|
||||
|
||||
.. class:: Deque(deque, MutableSequence[T])
|
||||
|
||||
A generic version of :class:`collections.deque`.
|
||||
|
||||
.. class:: List(list, MutableSequence[T])
|
||||
|
||||
Generic version of :class:`list`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue