Terry Reedy <tjre...@udel.edu>:

> @twist_the_function_meaning
> def f: return clear_expression
>
> is no worse in this regard than the written out form
>
> def f: return clear_expression
> f = twist_the_function_meaning(f)

I don't remember feeling the need for either.

I have written wrappers of all sorts, but somehow that pattern just
feels alien to me so far.


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

Reply via email to