896
904
def _accept_bytes(self, bytes):
897
905
"""See SmartClientStreamMedium.accept_bytes."""
899
913
self._report_activity(len(bytes), 'write')
902
916
"""See SmartClientStreamMedium._flush()."""
903
920
self._writeable_pipe.flush()
905
922
def _read_bytes(self, count):