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>
This commit is contained in:
Kumar Aditya 2022-06-16 21:49:17 +05:30 committed by GitHub
parent a27f3ccea5
commit 5163a25354
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()