Home | History | Annotate | Download | only in stream_server

Lines Matching defs:read

192     def read(self, length):
193 """Mimic mp_conn.read()."""
195 return self._request_handler.rfile.read(length)