class documentation
class UnpackedObject(object):
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 | __eq__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __ne__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | sha |
Return the binary SHA of this object. |
Method | sha |
Return a ShaFile from this object. |
Class Variable | __slots__ |
Undocumented |
Instance Variable | comp |
Undocumented |
Instance Variable | crc32 |
Undocumented |
Instance Variable | decomp |
Undocumented |
Instance Variable | decomp |
Undocumented |
Instance Variable | delta |
Undocumented |
Instance Variable | obj |
Undocumented |
Instance Variable | obj |
Undocumented |
Instance Variable | offset |
Undocumented |
Instance Variable | pack |
Undocumented |
Method | _obj |
Return the decompressed chunks, or (delta base, delta chunks). |
Instance Variable | _sha |
Undocumented |