[Zope] signatures
Dieter Maurer
dieter@handshake.de
Thu, 29 Nov 2001 23:21:40 +0100
Horst Wald writes:
> when I try to use Zope functions like manage_blabla I normally view the
> html-source of the page that calls them and then try to guess what args they
> take, especially of what type the args are. Sometimes I'm not to successfull
> with that strategy - is there a page where you can get all these functions
> togehther with the args they take? Like the C++ prototypes?
DocFinder? It's not a page, but it may give you what you need
<http://www.dieter.handshake.de/pyprojects/zope>
Dieter