[Zope] Python class browser

Cary O'Brien cobrien@Radix.Net
Sat, 17 Jun 2000 14:32:15 -0400 (EDT)


I'm tired of digging through .py files to find what methods
a class supports.

Has anyone put together a class browser ZClass w/ external
methods that allows you to look at modules, classes, methods,
and method arguments via the browser?  It *seems* as if 
python supplies all the pieces (i.e. start with sys.modules
and use the pyclbr stuff from there).

-- cary