Skip to content

Commit

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

- Amend docs for WriteTransport.get_write_buffer_limits
- Add docs for WriteTransport.get_write_buffer_size
  • Loading branch information
TechieBoy authored Jun 14, 2022
1 parent f9585e2 commit d2f45d5
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 d2f45d5

Please sign in to comment.