class viewer ?

2010-01-10 Thread Stef Mientki
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

Re: class viewer ?

2010-01-10 Thread Ben Finney
Stef Mientki stef.mien...@gmail.com writes: 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,