[Twisted-web] Re: [Nevow-commits] r1110 - Epydoc cleanup.

James Y Knight foom at fuhm.net
Sun Jan 23 00:42:45 MST 2005


Fixing the comments to look pretty in autogenerated docs seems like a 
good idea, but does epydoc *really* make you do the following?? There 
goes easy copy-and-pastability..

james

> -    def doSomething(self, context=formless.Context(), 
> name=formless.String()):
> -        pass
> -    doSomething = formless.autocallable(doSomething)
> +    >>> def doSomething(self, context=formless.Context(), 
> name=formless.String()):
> +    ...     pass
> +    >>> doSomething = formless.autocallable(doSomething)




More information about the Twisted-web mailing list