[docs] [issue16568] allow constructors to be documented separately from class

Ezio Melotti report at bugs.python.org
Wed Nov 28 19:44:49 CET 2012


Ezio Melotti added the comment:

I was wondering if this should be called initializer instead of constructor.  Another idea is to keep using the "method" directive and use :initializer: to differentiate it from the others.  This might be easier to implement, but OTOH is not consistent with the staticmethod and classmethod directives though.

----------

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


More information about the docs mailing list