Joseph Garvin <[EMAIL PROTECTED]> writes:

> Mike Meyer wrote:
>
>>You wind up
>>having to invoke the function through your data object, and then pass
>>the data object in - sort of as an explicit "self".
>>
> Yeah, and us pythonists hate explicit self! ;)

Except the explicit self is on the method invocation, and not in the
method definition! So you wind up repeating the variable name.

       <mike
-- 
Mike Meyer <[EMAIL PROTECTED]>                  http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to