Home | Trees | Index | Help |
|
---|
Package young :: Module iterator |
|
Function Summary | |
---|---|
drop(iterable, start [, step]) --> drop object | |
take(iterable, [start,] stop [,step]) --> take object A subiterator limitied to the first n items of iterable's sequence |
Function Details |
---|
drop(iterable, n, step=1)drop(iterable, start [, step]) --> drop object A subiterator removing the first n items from iterable's sequence |
take(iterable, *args)take(iterable, [start,] stop [,step]) --> take object A subiterator limitied to the first n items of iterable's sequence |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Dec 08 22:20:20 2004 | http://epydoc.sf.net |