b.g._LazyGroupCompressFactory(object) : class documentation

Part of bzrlib.groupcompress View In Hierarchy

Yield content from a GroupCompressBlock on demand.
Method __init__ Create a _LazyGroupCompressFactory
Method __repr__ Undocumented
Method get_bytes_as Undocumented
def __init__(self, key, parents, manager, start, end, first):
Create a _LazyGroupCompressFactory
ParameterskeyThe key of just this record
parentsThe parents of this key (possibly None)
gc_blockA GroupCompressBlock object
startOffset of the first byte for this record in the uncompressd content
endOffset of the byte just after the end of this record (ie, bytes = content[start:end])
firstIs this the first Factory for the given block?
def __repr__(self):
Undocumented
def get_bytes_as(self, storage_kind):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.