We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d613f commit b4ec362Copy full SHA for b4ec362
Doc/library/asyncio-stream.rst
@@ -146,10 +146,12 @@ and work with streams:
146
StreamReader
147
============
148
149
-.. class:: StreamReader(limit=None, loop=None)
+.. class:: StreamReader(limit=_DEFAULT_LIMIT, loop=None)
150
151
This class is :ref:`not thread safe <asyncio-multithreading>`.
152
153
+ The *limit* argument's default value is set to _DEFAULT_LIMIT which is 2**16 (64 KiB)
154
+
155
.. method:: exception()
156
157
Get the exception.
0 commit comments