On Sun, Feb 5, 2012 at 9:48 PM, Mohsen Pahlevanzadeh <moh...@pahlevanzadeh.org> wrote: > Dear all, > > You know python has many functions for operators overloading such as > __add__, __radd__, __invert__, __eq__ and so on. > How i see the complete list of them with help function?
I don't know if there's a help() entry for them. The docs have a full list of those "special method names": http://docs.python.org/reference/datamodel.html#special-method-names Cheers, Chris -- http://mail.python.org/mailman/listinfo/python-list