Class
itertools.cycle

cycle(iterable) --> cycle object

Return elements from the iterable until it is exhausted. Then repeat the sequence indefinitely.

Base classes

Implemented Interfaces

There are no implemented interfaces.

Attributes/Properties

There are no attributes in this class.

Methods

Known Subclasses

There are no known subclasses.