list of class initiations ?
stef mientki
stef.mientki at gmail.com
Fri Nov 16 07:20:59 EST 2007
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
More information about the Python-list
mailing list