how to find out the OO hierachy via the documentation?

Leo leo.broska at NOSPAM.isys.com.au
Fri Aug 29 01:48:24 EDT 2003


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







More information about the Python-list mailing list