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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to