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.
| |||||||||||
feedback
|
|
Please take a look at the special method names section in the Python language reference. | |||||
feedback
|
|
Dive Into Python has an excellent appendix for them. | |||
|
feedback
|
|
| |||
|
feedback
|
|
| |||
|
feedback
|
|
Familiarize yourself with the dir function. | |||
feedback
|