"Gerard Flanagan" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>    def __mul__( self, other ):
>    def Square( self ):
>        self *= self

Among the other reasons cited, I believe that 'op=' maps to a different 
special method than 'op'.  __imul__? or something?  do check.

tjr



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to