Re: [Python-ideas] Adding a pipe function to functools
![](https://secure.gravatar.com/avatar/63ca18e130d527d0741f1da54bb129a7.jpg?s=120&d=mm&r=g)
"[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@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@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
participants (1)
-
Wes Turner