[Zope-dev] Product Development

Michel Pelletier michel@digicool.com
Thu, 20 Apr 2000 00:20:00 -0700


Please continue to cc the list.

Andre Schubert wrote:
> 
> whats wrong. And what are document strings?

class Foo:

  def bar(self):
    """ This is a document string """
    pass

-Michel