[Tutor] complete list of "special" methods

Patrick Phalen python-tutor@teleo.net
Fri, 31 Mar 2000 11:52:33 -0800


[Charlie Derr, on Fri, 31 Mar 2000]
:: Hi all,
:: 	I was wondering if anyone knows where i might find a full and
:: complete list of any special methods that a python class (module?)
:: is capable of having?
:: 
:: 	Some of the more obvious are __init__, __or__, __repr__ but i'm wondering
:: how many of these there are in total.  A short description of what each one
:: is
:: would also be helpful (but not necessary).


Chapter 3 Section 3 of the Python Reference Manual