An _IteratorTube is an ITube delivering the values from an iterable.

Method __init__ Create an _IteratorTube from the given iterable.
Method started Deliver all the values in the iterable as a greeting.
def __init__(self, iterable):

Create an _IteratorTube from the given iterable.

def started(self):

Deliver all the values in the iterable as a greeting.

API Documentation for tubes, generated by pydoctor at 2016-01-18 07:46:47.