how to find out the OO hierachy via the documentation?

Michele Simionato mis6 at pitt.edu
Fri Aug 29 15:20:24 EDT 2003


"Leo" <leo.broska at NOSPAM.isys.com.au> wrote in message news:<bimpeg$ior$1 at otis.netspace.net.au>...
> hi all
> 
> newbie question: how do i find out the OO hierarchy of a class in the python
> docu?
> 
> the story: i want do play with the web server classes. so the first task
> would be a basic server with SimpleHTTPServer. in the docu i've read about
> the test() function but i couldn't find this function in the
> SimpleHTTPServer class and even not in the BaseHTTPServer class which might
> be the ancestor.
> 
> so now i'd like to walk through the OO hierarchy of SimpleHTTPServer...
> 
> any help is appreciated!
> 
> cheers, leo

help(SimpleHTTPServer)

Michele Simionato, Ph. D.
MicheleSimionato at libero.it
http://www.phyast.pitt.edu/~micheles
--- Currently looking for a job ---




More information about the Python-list mailing list