class documentation

class PackInfoObjectStoreIterator(GreenThreadsObjectStoreIterator):

View In Hierarchy

Undocumented

Method __len__ Return the number of objects.

Inherited from GreenThreadsObjectStoreIterator:

Method __init__ Create a new ObjectIterator.
Method __iter__ Yield tuple with next object and path.
Method retrieve Undocumented
Instance Variable finder Undocumented
Instance Variable p Undocumented

Inherited from ObjectStoreIterator (via GreenThreadsObjectStoreIterator):

Method __bool__ Indicate whether this object has contents.
Method __contains__ Check if an object is present.
Method __getitem__ Find an object by SHA1.
Method iterobjects Iterate over just the objects.
Method itershas Iterate over the SHAs.
Instance Variable sha_iter Undocumented
Instance Variable store Undocumented
Method _empty Undocumented
Instance Variable _shas Undocumented
def __len__(self):

Return the number of objects.