[Zope] Real Container of a dtml-method
Dieter Maurer
dieter@handshake.de
Tue, 15 Jan 2002 20:59:50 +0100
Andreas Leitner writes:
> ....
> It is a bit confusing for me to know what attributes and methods
> work where (dtml, Product, external-method). I cannot really seem to
> find a complete API reference. Does it exist?
It would be a monster, and you probably would not read it ;-)
> ...
> Or even better, is there some way to introspect the current namespace?
DocFinder goes a bit along this route
<http://www.dieter.handshake.de/pyprojects/zope>
It would not tell you about "aq_*" attributes because in its current
form it only looks at class attributes.
You may extend it, if you like...
Dieter