Class
itertools.repeat

repeat(element [,times]) -> create an iterator which returns the element for the specified number of times. If not specified, returns the element endlessly.

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.