[Python-Dev] Are PyCFunctions supposed to invisibly consume self when used as a method?

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Jun 13 02:30:16 CEST 2010


Guido van Rossum wrote:
> bind the instance to the first argument when it
> is called on an instance. I can't think of a good name for that one
> right now, but we'll think of one.

dynamicmethod?

-- 
Greg


More information about the Python-Dev mailing list