Python for everything?

Mike Meyer mwm at mired.org
Sun Jul 3 18:11:27 EDT 2005


Joseph Garvin <k04jg02 at kzoo.edu> 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 <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list