Home | Trees | Indices | Help |
|
---|
|
object --+ | LazyList
A Sequence whose values are computed lazily by an iterator.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Get an item from a LazyList. i should be a positive integer or a slice object. |
Exhaust the iterator generating this LazyList's values. if index is None, this will exhaust the iterator completely. Otherwise, it will iterate over the iterator until either the list has a value for index or the iterator is exhausted. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 09 17:56:41 2009 | http://epydoc.sourceforge.net |