Lines Matching defs:write
73 """Interface for write-only transports."""
78 """Set the high- and low-water limits for write flow control.
99 """Return the current size of the write buffer."""
103 """Get the high and low watermarks for write flow control.
108 def write(self, data):
120 calls write() on the result.
123 self.write(data)
126 """Close the write end after flushing buffered data.
166 except writelines(), which calls write() in a loop.
252 """All the logic for (write) flow control in a mix-in base class.
255 _maybe_pause_protocol() whenever the write buffer size increases,