chain(*iterables) --> chain object
Return a chain object whose .next() method returns elements from the first iterable until it is exhausted, then elements from the next iterable, until all of the iterables are exhausted.
There are no implemented interfaces.
There are no attributes in this class.
next(...)
There are no known subclasses.