Package duplicity :: Module tarfile :: Class TarIter
[hide private]
[frames] | no frames]

Class TarIter

source code

Iterator Class.

for tarinfo in TarFile(...):
    suite...

Instance Methods [hide private]
 
__init__(self, tarfile)
Construct a TarIter object.
source code
 
__iter__(self)
Return iterator object.
source code
 
next(self)
Return the next item using TarFile's next() method.
source code
Method Details [hide private]

next(self)

source code 

Return the next item using TarFile's next() method. When all members have been read, set TarFile as _loaded.