11 Jan
2002
11 Jan
'02
1:50 p.m.
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