tubes.memory module documentationtubes
          
          
        
      Founts and drains that can produce values from static data in memory.
| Function | iteratorFount | Create and return an IFountthat delivers the 
values from the given iterator. | 
| Class | _IteratorTube | An _IteratorTubeis anITubedelivering the 
values from an iterable. | 
| Class | _NotQuiteNull | A _NotQuiteNullis a 
fount that delivers aStopIterationflowStopped after yielding its values. | 
Create and return an IFount that delivers the 
values from the given iterator.
| Parameters | iterable | an iterable of any values. | 
| Returns | a fount which will deliver the given iterable to its drain. | |