On jeu., mars 28, 2019 at 5:00 PM, python-list-requ...@python.org wrote:
So documentation of that syntax would 100% be required

Regarding documentation, i believe there would be 3 line to add:

    <foo>(<bar>) = <baz>

is a syntactic sugar for

    <foo> = lambda <bar>: <baz>

Alexey.


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to