[issue5405] There is no way of determining which ABCs a class is registered against

Armin Ronacher report at bugs.python.org
Mon Mar 2 14:25:05 CET 2009


Armin Ronacher <armin.ronacher at active-4.com> added the comment:

I suppose it would be a good idea to fix part of that problem in Sphinx
(and probably also in pydoc) by adding something like ":implements:
MutableMapping" in the docstring.

So that this is explicitly added to the docstring and conforming tools
can use this documentation hints.

Similar things are currently implemented in Sphinx for ":param:"
":return:" etc.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5405>
_______________________________________


More information about the Python-bugs-list mailing list