class documentation
class PackChunkGenerator(object):
Undocumented
Method | __init__ |
Undocumented |
Method | __iter__ |
Undocumented |
Method | sha1digest |
Undocumented |
Instance Variable | cs |
Undocumented |
Instance Variable | entries |
Undocumented |
Method | _pack |
Iterate pack data file chunks.. |
Instance Variable | _it |
Undocumented |
Iterate pack data file chunks..
Returns: Dict mapping id -> (offset, crc32 checksum), pack checksum
Parameters | |
num | Number of records (defaults to len(records) if None) |
records | Iterator over type_num, object_id, delta_base, raw |
progress | Function to report progress to |
compression | the zlib compression level |