Has someone written a script which renders a zope object to HTML? I would like to know: which base classes this object has, which methods it has, which properties it has ... I think it is quite easy if you know python good. I am a python newbie. __members__ doesn't seem to work on my zope object (inherited from folder). Can someone help? guettli