Reduce generator


Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.4
License:

Description - Reduce generator



In this recipe the builtin function reduce is generalized to a Python 2.5 style generator called greduce. The generator never STOPS and can be used to Create an infinite stream of values by means of the generators send() method.



More in Python-Reduce generator

Reduce Generator Generator Never Stops