Class
itertools.starmap

starmap(function, sequence) --> starmap object

Return an iterator whose values are returned from the function evaluated with a argument tuple taken from the given sequence.

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.