[issue17306] Improve the way abstract base classes are shown in help()

Jackson Riley report at bugs.python.org
Tue Nov 12 10:02:49 EST 2019


Jackson Riley <jacriley at cisco.com> added the comment:

Hi Raymond - here's a first attempt at adding class-level docstrings, based off the format of Sequence.__doc__. Apologies if some things are not well worded etc.

It looks like all of the non-magic methods have docstrings already but if you think the magic methods need docstrings then I will add them.

----------
keywords: +patch
Added file: https://bugs.python.org/file48710/abc_class_level.diff

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue17306>
_______________________________________


More information about the Python-bugs-list mailing list