[Tutor] nested / concatenated function docstrings?

ALAN GAULD alan.gauld at btinternet.com
Fri May 27 19:51:44 CEST 2011


> I knew I could set the docstring (and played with it) but I did 
> not realize that would work when the function is imported 
> from a module! 

You are changing the doc string of the function in the same 
module, you couldn't change the docstring of a function in 
another module - or at least not permanently.

Thank you,
Ramit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110527/6b5f9d88/attachment.html>


More information about the Tutor mailing list