Could someone please give me a complete list of those special methods that you can put in classes, e.g. a couple are __len__ and __add__, but what are the rest? Thanks.
|
1
|
|
||||||
|
|
|
Please take a look at the special method names section in the Python language reference. |
||||
|
|
|
|
||
|
|
|
|
Dive Into Python has an excellent appendix for them. |
||
|
|
|
|
|
||
|
|
|
|
Familiarize yourself with the dir function. |
||
|
