[Chicago] Walking a class tree using dir

Joshua Herman zitterbewegung at gmail.com
Tue Aug 16 21:07:06 CEST 2011


Is there any utility that will walk through the class tree? What I
mean as follows

Given an input of a class. Lets call it Idiot
Idiot has three subclasses. Dunce , Troll and __init__
Dunce and Troll both have associated methods also.


The output would be such

idiot --> Dunce, Troll
Dunce --> Talk
Troll -> Make fun of python listserv

Is there a python program that would walk it for me and generate a
graph or a text output of all the dir's



---Profile:---
http://www.google.com/profiles/zitterbewegung


More information about the Chicago mailing list