Package young :: Module iterator
[show private | hide private]
[frames | no frames]

Module young.iterator

functional tools
Function Summary
  drop(iterable, n, step)
drop(iterable, start [, step]) --> drop object
  take(iterable, *args)
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

Generated by Epydoc 2.1 on Sun Aug 1 02:55:58 2004 http://epydoc.sf.net