Sorry, something went wrong.
There was a problem hiding this comment.
Looks good to me. But let's see what @ilevkivskyi thinks.
Sorry, something went wrong.
|
Playing with this, I noticed that pydoc.doc(Any) prints output that doesn't end in a \n. Is that expected? (I really don't know anything about pydoc.) |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks! Looks good, I have just one optional question.
Sorry, something went wrong.
|
|
||
| @__doc__.setter | ||
| def __doc__(self, value): | ||
| self._doc = value |
There was a problem hiding this comment.
Do we need this to be settable? If possible I would keep it read-only, but it is not very important.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
https://bugs.python.org/issue40257