mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338)
- Amend docs for WriteTransport.get_write_buffer_limits - Add docs for WriteTransport.get_write_buffer_size
This commit is contained in:
parent
af15cc534c
commit
a338e106b6
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