[Python-ideas] Adding a pipe function to functools

João Bernardo jbvsmo at gmail.com
Fri Apr 15 13:29:40 EDT 2016


I really like this tool:

https://github.com/JulienPalard/Pipe

It is really a matter of implementing the __or__ operator on iterators. Or
possibly, as this module above, add the operator for all functions dealing
with iterators as first argument
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20160415/a16912e8/attachment.html>


More information about the Python-ideas mailing list