[Zope-dev] Declaring interfaces for Products
   
    Dario Lopez-Kästen
     
    dario@ita.chalmers.se
       
    Mon, 10 Sep 2001 23:30:59 +0200
    
    
  
>  > In order to be able to publish a method TTW, they need to have a
docstring,
>  > right?
> There is a project proposal to eliminate this DocString abuse....
:-) sounds nice :-)
>
>  > Now, in my interface defintion I want to provide doc-strings for all
methods
>  > that are exposed (the interface), but not all them are to be
publishable
>  > TTW. Can I achieve this by using docstrings for my methods in the
Interface,
>  > but not in the Implementation, or do I need to omit the doc-string in
both
>  > the Interface and the Implementation?
> It should be enough to omit the doc string from the implementation.
excellent, thank you Dieter.
/Dario