class viewer ?
Stef Mientki
stef.mientki at gmail.com
Sun Jan 10 18:48:22 EST 2010
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
More information about the Python-list
mailing list