Is there a common interface in Python that I could derive from to modify behavior of a generator?
For example, I want to modify an existing generator to insert some values in the stream and remove some other values.
How do I do that?
Thanks, Boda Cydo