gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338) (#93806)

- 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-17 13:48:00 +05:30 committed by GitHub
parent 0319052090
commit 5ee86d4306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -358,6 +358,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()