[Python-3000] The case for unbound methods?

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Mar 9 11:02:01 CET 2008


Phillip J. Eby wrote:
> He's writing a variant of 'partial' that inserts an argument *after* 
> the 'self', if there is one

I'll need convincing that the user of such a function
isn't able to know whether the function he's wrapping
takes a self, and use an appropriate variation of
the partial function.

-- 
Greg


More information about the Python-3000 mailing list