[Zope3-Users] How can I get a viewlet's docstring from within a viewlet manager?

2008-06-14 Thread Andreas Johnsen
Hei, Let's say I have defined 'class MyViewlet(viewlet.ViewletBase)' and registered it with the directive. The class 'MyViewlet' has a docstring. How can I get this docstring from the render() method in a viewlet manager? In the viewlet manager the viewlet instance is an instance of 'zope.v

[Zope3-Users] Re: How can I get a viewlet's docstring from within a viewlet manager?

2008-06-14 Thread Philipp von Weitershausen
Andreas Johnsen wrote: Let's say I have defined 'class MyViewlet(viewlet.ViewletBase)' and registered it with the directive. The class 'MyViewlet' has a docstring. How can I get this docstring from the render() method in a viewlet manager? In the viewlet manager the viewlet instance is an insta