Founts and drains that can produce values from static data in memory.

Function iteratorFount Create and return an IFount that delivers the values from the given iterator.
Class _IteratorTube An _IteratorTube is an ITube delivering the values from an iterable.
Class _NotQuiteNull A _NotQuiteNull is a fount that delivers a StopIteration flowStopped after yielding its values.
def iteratorFount(iterable):

Create and return an IFount that delivers the values from the given iterator.

Parametersiterablean iterable of any values.
Returnsa fount which will deliver the given iterable to its drain.
API Documentation for tubes, generated by pydoctor at 2016-01-18 07:46:47.