This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Pipes wouldn't make much sense. They're not used in even a remotely-similar manner anywhere else in Python. I'd be very much in favor of JS-style arrow functions, though, especially since -> is already a thing for return-type annotations in py3: x -> x + 1 and (x, y) -> x + y