hello, Is there a way to create a hierarchical list of class headers, including the parameters. What I mean (I'm not a programmer) is something like this:
<class name and ancestor> <init parameters> class Block ( t_BaseShape ): (self, Pos = [10,10] ): class t_BaseShape(Shape): (self, x=20, y=20, x2=90, y2=90, type='rect' ): class Shape(ShapeEvtHandler): (self, x=[], y=[]): class ShapeEvtHandler: () within 1 file would be enough. thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list