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