Bash-like pipes in Python

Random832 random832 at fastmail.com
Wed Mar 16 11:21:43 EDT 2016


On Wed, Mar 16, 2016, at 11:09, Joel Goldstick wrote:
> > This is interesting, but the part I'm missing is the use of the Pipe
> symbol '|' in python.  Can you elaborate

His "Filter", "Map", and "Reduce" are classes which define __ror__
methods, obviously.



More information about the Python-list mailing list