[Zope] How to find a function in the zopeSource?

Dieter Maurer dieter@handshake.de
Fri, 30 Nov 2001 22:32:49 +0100


Elena Schulz writes:
 > can anybody tell me how to find a certain python or dtml-function in t=
he zope source-code? Let=B4s say I am looking for manage_workspace or man=
age_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