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

Method set_write_buffer_limits

Lib/asyncio/transports.py:332–334  ·  view source on GitHub ↗
(self, high=None, low=None)

Source from the content-addressed store, hash-verified

330 self._low_water = low
331
332 def set_write_buffer_limits(self, high=None, low=None):
333 self._set_write_buffer_limits(high=high, low=low)
334 self._maybe_pause_protocol()
335
336 def get_write_buffer_size(self):
337 raise NotImplementedError

Callers

nothing calls this directly

Calls 2

_maybe_pause_protocolMethod · 0.95

Tested by

no test coverage detected