[Ann] DocFinder 0.4: ask Zope about its documentation
DocFinder is a small tool that can ask Zope abouts its documentation. For any Zope object, it can reveal: * its class and this class' base classes (recursive) together with the classes doc strings. * all class attributes with name, permission, roles, signature (if any), doc string (if any) and type. New in DocFinder 0.4: If an object (method or ExtensionClass attribute) is protected by a permission, then the permission is shown. The display can be restricted to methods with names matching a regular expression. This way, you can quickly find specific methods of an object. DocFinder requires Zope 2.3. It will not work with earlier Zope versions. More information and download: URL:http://www.dieter.handshake.de/pyprojects/zope/DocFinder.html Dieter
participants (1)
-
Dieter Maurer