How to find a function in the zopeSource?
Dear List, can anybody tell me how to find a certain python or dtml-function in the zope source-code? Let´s say I am looking for manage_workspace or manage_main? Is there a way to find it in general? Thanks a reply, Elena
Elena Schulz writes:
can anybody tell me how to find a certain python or dtml-function in the zope source-code? Let´s say I am looking for manage_workspace or manage_main? Is there a way to find it in general?
I would use my "DocFinder" product: <http://www.dieter.handshake.de/pyprojects/zope> It supports searching for the methods of a given Zope object and tells you which class defines the method together with the modules, the class has been defined in. You can easily derive the source file from the module information. Dieter
participants (2)
-
Dieter Maurer -
Elena Schulz