mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004)
This commit is contained in:
parent
a81fca6ec8
commit
d9692027f4
5 changed files with 27 additions and 0 deletions
|
@ -71,6 +71,7 @@ are always available. They are listed here in alphabetical order.
|
|||
|
||||
Note: Unlike :func:`iter`, :func:`aiter` has no 2-argument variant.
|
||||
|
||||
.. versionadded:: 3.10
|
||||
|
||||
.. function:: all(iterable)
|
||||
|
||||
|
@ -97,6 +98,7 @@ are always available. They are listed here in alphabetical order.
|
|||
iterator. If *default* is given, it is returned if the iterator is exhausted,
|
||||
otherwise :exc:`StopAsyncIteration` is raised.
|
||||
|
||||
.. versionadded:: 3.10
|
||||
|
||||
.. function:: any(iterable)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue