Josiah Carlson wrote:

> I don't believe that there is a full list of all __magic__ methods.  The 
> operator module has a fairly extensive listing of functions that call 
> such methods, but I know that some have been left out.

There IS a full documentation of this special methods::

  http://docs.python.org/dev/ref/specialnames.html

Note that they're named "special", not "magic".

The phrase "I'm not a wizard, I just use Python" is one of the best,
ever.

Regards,

-- 
.   Facundo
.
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/


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

Reply via email to