On 2/6/2012 12:48 AM, Mohsen Pahlevanzadeh 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?
>>> import operator >>> help(operator) Help on built-in module operator: ... -- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list