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

Method _get_write_buffer_size

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

Source from the content-addressed store, hash-verified

850 })
851
852 def _get_write_buffer_size(self):
853 return self._outgoing.pending + self._write_buffer_size
854
855 def _set_write_buffer_limits(self, high=None, low=None):
856 high, low = add_flowcontrol_defaults(

Callers 2

_control_app_writingMethod · 0.95
get_write_buffer_sizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected