We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
async for
1 parent 83c8df2 commit 8777d05Copy full SHA for 8777d05
Doc/library/asyncio-stream.rst
@@ -183,7 +183,8 @@ StreamReader
183
.. class:: StreamReader
184
185
Represents a reader object that provides APIs to read data
186
- from the IO stream.
+ from the IO stream. As an :term:`asynchronous iterable`, the
187
+ object supports the :keyword:`async for` statement.
188
189
It is not recommended to instantiate *StreamReader* objects
190
directly; use :func:`open_connection` and :func:`start_server`
0 commit comments