On jeu., mars 28, 2019 at 5:00 PM, [email protected] 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
