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/unix_events.py:692–693 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
690
return
'<{}>'
.format(
' '
.join(info))
691
692
def
get_write_buffer_size(self):
693
return
len(self._buffer)
694
695
def
_read_ready(self):
696
# Pipe was closed by peer.
Callers
1
__repr__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected