pytoolz / toolz

A functional standard library for Python.
http://toolz.readthedocs.org/
Other
4.66k stars 259 forks source link

include a wrapper for itertools.takewhile in (cy)toolz.curried #560

Open mhlr opened 1 year ago

mhlr commented 1 year ago

toolz.curried includes wrappers for most itertools standard library functions but not takewhile.