~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/medium.py

  • Committer: Robert J. Tanner
  • Date: 2009-04-29 05:53:21 UTC
  • mfrom: (4311 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4312.
  • Revision ID: tanner@real-time.com-20090429055321-v2s5l1mgki9f6cgn
[merge] 1.14 back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
    def accept_bytes(self, bytes):
382
382
        """Accept bytes for inclusion in this request.
383
383
 
384
 
        This method may not be be called after finished_writing() has been
 
384
        This method may not be called after finished_writing() has been
385
385
        called.  It depends upon the Medium whether or not the bytes will be
386
386
        immediately transmitted. Message based Mediums will tend to buffer the
387
387
        bytes until finished_writing() is called.