Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #19895 > unrolled thread

Re: help function and operetors overloading

Started byTerry Reedy <tjreedy@udel.edu>
First post2012-02-06 02:28 -0500
Last post2012-02-06 02:28 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: help function and operetors overloading Terry Reedy <tjreedy@udel.edu> - 2012-02-06 02:28 -0500

#19895 — Re: help function and operetors overloading

FromTerry Reedy <tjreedy@udel.edu>
Date2012-02-06 02:28 -0500
SubjectRe: help function and operetors overloading
Message-ID<mailman.5470.1328513405.27778.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web