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

Method get_read_buffer_size

Lib/asyncio/sslproto.py:202–204  ·  view source on GitHub ↗

Return the current size of the read buffer.

(self)

Source from the content-addressed store, hash-verified

200 self._ssl_protocol._incoming_high_water)
201
202 def get_read_buffer_size(self):
203 """Return the current size of the read buffer."""
204 return self._ssl_protocol._get_read_buffer_size()
205
206 @property
207 def _protocol_paused(self):

Callers

nothing calls this directly

Calls 1

_get_read_buffer_sizeMethod · 0.80

Tested by

no test coverage detected