Skip to content

Commit

Permalink
gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338
Browse files Browse the repository at this point in the history
) (#93805)

- Amend docs for WriteTransport.get_write_buffer_limits
- Add docs for WriteTransport.get_write_buffer_size

Co-authored-by: Sanket Shanbhag <[email protected]>
  • Loading branch information
kumaraditya303 and TechieBoy committed Jun 16, 2022
1 parent a27f3cc commit 5163a25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/library/asyncio-llapi-index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ pipes, etc). Returned from methods like

* - :meth:`transport.get_write_buffer_size()
<WriteTransport.get_write_buffer_size>`
- Return the current size of the output buffer.

* - :meth:`transport.get_write_buffer_limits()
<WriteTransport.get_write_buffer_limits>`
- Return high and low water marks for write flow control.

* - :meth:`transport.set_write_buffer_limits()
Expand Down

0 comments on commit 5163a25

Please sign in to comment.