[Zope] ZopeObject2HTML (Reflection)
Oliver Bleutgen
myzope@gmx.net
Fri, 11 Jan 2002 14:50:48 +0100
zopestoller@thomas-guettler.de wrote:
> No, I was looking for something that does this at runtime.
> Something like http://localhost:8080/my_object/introspection -->
> Which results in a HTML Page with information about my_object.
> With information I mean: method names, attribute names, base classes ...
>
> I would like to write this if noone has done this. But how can I
> access this information? Sorry, I quite new to python.
> my_object.__methods__ does not work in a python product.
> dir(my_object) does. But it has not much information.
I guess Dieter Maurers nich docfinder product,
http://www.dieter.handshake.de/pyprojects/zope/DocFinder.html
is what you are looking for.
cheers,
oliver