| Trees | Indices | Toggle frames |
|---|
AbstractRunIterator --+
|
OverriddenRunIterator
Iterator over a RunIterator, with a value temporarily replacing
a given range.
|
__init__(self,
base_iterator,
start,
end,
value)
Create a derived iterator.
|
|
| iterator |
ranges(self,
start,
end)
Iterate over a subrange of the run list.
|
| object |
__getitem__(self,
index)
Get the value at a given index.
|
Iterate over a subrange of the run list.
See the class documentation for examples of valid usage.
Get the value at a given index.
See the class documentation for examples of valid usage.
| Trees | Indices | Toggle frames |
|---|
| Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:20 2009 | http://epydoc.sourceforge.net |