/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/pack.py

  • Committer: Andrew Bennetts
  • Date: 2007-11-10 14:48:38 UTC
  • mto: (2535.4.23 streaming-smart-fetch)
  • mto: This revision was merged to the branch mainline in revision 2981.
  • Revision ID: andrew.bennetts@canonical.com-20071110144838-mhsih72mackm8vad
Add a docstring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
383
383
 
384
384
 
385
385
class ContainerPushParser(object):
 
386
    """A "push" parser for container format 1.
 
387
 
 
388
    It accepts bytes via the ``accept_bytes`` method, and parses them into
 
389
    records which can be retrieved via the ``read_pending_records`` method.
 
390
    """
386
391
 
387
392
    def __init__(self):
388
393
        self._buffer = ''