Tagged Questions
6
votes
5answers
859 views
Python classes special methods
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.