[Python-ideas] Quick idea: defining variables from functions that take the variable name

Greg Ewing greg.ewing at canterbury.ac.nz
Tue May 31 19:45:53 EDT 2016


Paul Moore wrote:
> I've just checked functools.partial,
> and it doesn't appear to allow for inserting an argument at the
> *start* of the argument list.

Maybe we could do with a functools.laitrap function?

-- 
Greg


More information about the Python-ideas mailing list