| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
imap
imap(func, *iterables) --> imap object
Make an iterator that computes the function using arguments from each of the iterables. Like map() except that it returns an iterator instead of a list and that it stops when the shortest iterable is exhausted instead of filling in None for shorter iterables.
|
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
| the next value, or raise StopIteration |
|
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__getattribute__('name') <==> x.name
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 12 11:00:30 2014 | http://epydoc.sourceforge.net |