Trees | Indices | Toggle frames |
---|
AbstractRunIterator --+ | OverriddenRunIteratorIterator 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 Sat Oct 4 13:19:18 2008 | http://epydoc.sourceforge.net |