(An Unofficial) Python FAQ Wiki

putting the community back in "maintained by the community"

67wj

Why doesn't my special method add, init, or cmp.. work?

Remember to use two underscores before and after the method name __add__, __init__, __cmp__...