List of all Python's __<special-methods>__ ?

Dave Opstad dave.opstad at monotypeimaging.com
Fri Apr 25 16:34:28 EDT 2008


In article <480d016e$1 at news.mel.dft.com.au>,
 John Machin <sjmachin at lexicon.net> wrote:

> Hrvoje Niksic wrote:
> > python at bdurham.com writes:
> > 
> >> Is there an official list of all Python's __<special-methods>__?
> > 
> > http://docs.python.org/ref/specialnames.html
> 
> __missing__ is missing :-)
> 
> see note (10) at the bottom of http://docs.python.org/lib/typesmapping.html

Yes, and __copy__ and __deepcopy__ are missing too:

http://docs.python.org/lib/module-copy.html

Dave



More information about the Python-list mailing list