Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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__buffered
Method · 0.95
_control_ssl_reading
Method · 0.95
get_read_buffer_size
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected