[Python-ideas] Adding a pipe function to functools

Wes Turner wes.turner at gmail.com
Fri Apr 15 12:25:51 EDT 2016


"[Python-ideas] The pipe protocol, a convention for extensible method
chaining"
https://mail.python.org/pipermail/python-ideas/2015-May/033673.html
https://groups.google.com/forum/m/#!topic/python-ideas/4HgpT5yE06o
On Apr 15, 2016 9:51 AM, "Ed Minnix" <egregius313 at gmail.com> wrote:

Hello,

I have been looking over the toolz library and one of the functions I like
the most is pipe. Since most programmers are familiar with piping (via the
Unix `|` symbol), and it can help make tighter code, I think it would be
nice to add it to the standard library (such as functools).

- Ed Minnix
_______________________________________________
Python-ideas mailing list
Python-ideas at python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20160415/06b4efa5/attachment.html>


More information about the Python-ideas mailing list