Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19895 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2012-02-06 02:28 -0500 |
| Last post | 2012-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.
Re: help function and operetors overloading Terry Reedy <tjreedy@udel.edu> - 2012-02-06 02:28 -0500
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2012-02-06 02:28 -0500 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web