mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
- 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:
parent
a27f3ccea5
commit
5163a25354
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue