Skip to content

Commit 5163a25

Browse files
gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338) (#93805)
- Amend docs for WriteTransport.get_write_buffer_limits - Add docs for WriteTransport.get_write_buffer_size Co-authored-by: Sanket Shanbhag <TechieBoy@users.noreply.github.com>
1 parent a27f3cc commit 5163a25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/asyncio-llapi-index.rst

+4
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,10 @@ pipes, etc). Returned from methods like
349349

350350
* - :meth:`transport.get_write_buffer_size()
351351
<WriteTransport.get_write_buffer_size>`
352+
- Return the current size of the output buffer.
353+
354+
* - :meth:`transport.get_write_buffer_limits()
355+
<WriteTransport.get_write_buffer_limits>`
352356
- Return high and low water marks for write flow control.
353357

354358
* - :meth:`transport.set_write_buffer_limits()

0 commit comments

Comments
 (0)