Package duplicity :: Module patchdir :: Class IndexedTuple
[hide private]
[frames] | no frames]

Class IndexedTuple

source code

Like a tuple, but has .index (used previously by collate_iters)

Instance Methods [hide private]
 
__init__(self, index, sequence) source code
 
__len__(self) source code
 
__getitem__(self, key)
This only works for numerical keys (easier this way)
source code
 
__lt__(self, other) source code
 
__le__(self, other) source code
 
__ne__(self, other) source code
 
__gt__(self, other) source code
 
__ge__(self, other) source code
 
__cmp__(self, other) source code
 
__eq__(self, other) source code
 
__str__(self) source code