kj wrote:
The hardest case is "module docstrings".
Actually, that one's quite easy, just assign to __doc__. __doc__ = "This is a %s docstring" % "made-up" -- Greg -- http://mail.python.org/mailman/listinfo/python-list
kj wrote:
The hardest case is "module docstrings".
Actually, that one's quite easy, just assign to __doc__. __doc__ = "This is a %s docstring" % "made-up" -- Greg -- http://mail.python.org/mailman/listinfo/python-list