Class
itertools.count

count([firstval]) --> count object

Return a count object whose .next() method returns consecutive integers starting from zero or, if specified, from firstval.

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.