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

Method _get_read_buffer_size

Lib/asyncio/sslproto.py:896–897  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

894 self._incoming_low_water = low
895
896 def _get_read_buffer_size(self):
897 return self._incoming.pending
898
899 # Flow control for writes to SSL socket
900

Callers 3

_do_read__bufferedMethod · 0.95
_control_ssl_readingMethod · 0.95
get_read_buffer_sizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected