Trees | Indices | Help |
|
---|
|
object --+ | chain
chain(*iterables) --> chain object
Return a chain object whose .next() method returns elements from the first iterable until it is exhausted, then elements from the next iterable, until all of the iterables are exhausted.
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
the next value, or raise StopIteration |
|
||
Inherited from |
|
|||
|
x.__getattribute__('name') <==> x.name
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:43:46 2008 | http://epydoc.sourceforge.net |