Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_write_buffer_size
Method
get_write_buffer_size
Lib/asyncio/transports.py:336–337 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
334
self._maybe_pause_protocol()
335
336
def
get_write_buffer_size(self):
337
raise
NotImplementedError
Callers
2
_maybe_pause_protocol
Method · 0.95
_maybe_resume_protocol
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected