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