pytoolz / toolz

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

Added `composed` and `collect` #561

Closed maxme1 closed 1 year ago

maxme1 commented 1 year ago

This PR adds 2 decorators that are mentioned in #557

maxme1 commented 1 year ago

Following the discussion in #557 these decorators are against the philosophy of toolz

mentalisttraceur commented 1 year ago

these decorators are against the philosophy of toolz

Personally I was not convinced that this is true. (But seems likely enough to be seen as true enough by enough people that closing this PR is understandable.)