Home | Trees | Indices | Help |
|
---|
|
Module for the creation and use of iterator-based lazy lists. this module defines a class LazyList which can be used to represent sequences of values generated lazily. One can also create recursively defined lazy lists that generate their values based on ones previously generated.
Backport to python 2.5 by Michael Pust
Author: Dan Spitz
|
|||
LazyList A Sequence whose values are computed lazily by an iterator. |
|||
RecursiveLazyList | |||
RecursiveLazyListFactory |
|
|||
|
|
|||
__package__ =
|
|
Decorator for creating a RecursiveLazyList subclass. This should decorate a generator function taking the LazyList object as its first argument which yields the contents of the list in order. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 09 17:56:40 2009 | http://epydoc.sourceforge.net |