cycle(iterable) --> cycle object
Return elements from the iterable until it is exhausted. Then repeat the sequence indefinitely.
There are no implemented interfaces.
There are no attributes in this class.
next(...)
There are no known subclasses.