MCPcopy Index your code
hub / github.com/python/cpython / get_write_buffer_size

Method get_write_buffer_size

Lib/asyncio/sslproto.py:172–174  ·  view source on GitHub ↗

Return the current size of the write buffers.

(self)

Source from the content-addressed store, hash-verified

170 self._ssl_protocol._outgoing_high_water)
171
172 def get_write_buffer_size(self):
173 """Return the current size of the write buffers."""
174 return self._ssl_protocol._get_write_buffer_size()
175
176 def set_read_buffer_limits(self, high=None, low=None):
177 """Set the high- and low-water limits for read flow control.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected