[Tutor] complete list of "special" methods

Charlie Derr charlie@intelligenesis.net
Fri, 31 Mar 2000 14:28:09 -0500


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).

	TMIA,
		~c