Smalltalk style inspector

Andrew Thompson andrew.thompson at ashecastle.com
Thu Sep 19 07:00:08 EDT 2002


Is there a Smalltalk style inspector (GUI with drilldown through
data-structures) for Python ?

I have written a rough-and-ready one in TK which is just a mixin-class
Which confers the method .inspect() to any class, and then allows a user
to wander through attributes, doc-strings , dictionaries and collections
by double-clicking with the mouse, but not sure if it might be of value
to others.

I don't even know the process for contributing the module...

Andrew








More information about the Python-list mailing list