8000
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 1e1ea41 commit 56a38a0Copy full SHA for 56a38a0
Doc/library/typing.rst
@@ -2823,6 +2823,8 @@ decorated with :func:`@runtime_checkable <runtime_checkable>`.
2823
2824
Protocol for reading from a file or other input stream.
2825
2826
+ .. versionadded:: next
2827
+
2828
.. method:: read(size=...)
2829
2830
Read data from the input stream and return it. If ``size`` is
@@ -2848,6 +2850,8 @@ decorated with :func:`@runtime_checkable <runtime_checkable>`.
2848
2850
2849
2851
Protocol for writing to a file or other output stream.
2852
2853
2854
2855
.. method:: write(data)
2856
2857
Write data to the output stream and return number of items
0 commit comments