Class encapsulating an object unpacked from a pack file.

These objects should only be created from within unpack_object. Most members start out as empty and are filled in at various points by read_zlib_chunks, unpack_object, DeltaChainIterator, etc.

End users of this object should take care that the function they're getting this object from is guaranteed to set the members they need.

Method __init__ Undocumented
Method sha Return the binary SHA of this object.
Method sha_file Return a ShaFile from this object.
Method __eq__ Undocumented
Method __ne__ Undocumented
Method __repr__ Undocumented
Method _obj Return the decompressed chunks, or (delta base, delta chunks).
def __init__(self, pack_type_num, delta_base, decomp_len, crc32):
Undocumented
def sha(self):
Return the binary SHA of this object.
def sha_file(self):
Return a ShaFile from this object.
def _obj(self):
Return the decompressed chunks, or (delta base, delta chunks).
def __eq__(self, other):
Undocumented
def __ne__(self, other):
Undocumented
def __repr__(self):
Undocumented
API Documentation for Dulwich, generated by pydoctor at 2018-11-17 19:05:54.