hello,

I'd like to have a class viewer, something different from pydoc,
and I wonder if someone has made something similar.

from the given class, it's ancestors and it's derived classes,
I'ld like to get the following information in a tree like structure:

- the file were the class is definied
- the attributes, split in inherited / created / overriden
- the methodes, split in inherited / created / overriden
- the files were instances of the class are created
- and probably I forget a few

any suggestions ?

thanks,
Stef Mientki

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to