Next / Previous / Contents / TCC Help System / NM Tech homepage

19.3. Special method names

Within a class, a number of reserved method names have special meaning.

The most important special method name is the class constructor, .__init__().

Many special methods fall into broad categories:

The remaining special methods will be discussed in alphabetical order.