15 Jan
2002
15 Jan
'02
7:59 p.m.
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