Package duplicity :: Module diffdir :: Class SigTarBlockIter
[hide private]
[frames] | no frames]

Class SigTarBlockIter

source code


TarBlockIter that yields blocks of a signature tar from path_iter

Instance Methods [hide private]
 
process(self, path, size)
Return associated signature TarBlock from path
source code

Inherited from TarBlockIter: __init__, __iter__, get_footer, get_previous_index, next, process_continued, recall_index, remember_next_index, tarinfo2tarblock

Method Details [hide private]

process(self, path, size)

source code 

Return associated signature TarBlock from path

Here size is just ignored --- let's hope a signature isn't too big. Also signatures are stored in multiple volumes so it doesn't matter.

Overrides: TarBlockIter.process