[issue20294] Argument Clinic: add support for __init__

Serhiy Storchaka report at bugs.python.org
Sun Jan 19 21:13:31 CET 2014


Serhiy Storchaka added the comment:

Thank you Larry, now I can use Argument Clinic in the __init__ methods. But there is one problem.

Docstring generated for the __init__ method contains the "__init__" name in the signature. Therefore it can't be used as class docstring. On other hand, the compiler complains of not used __init__ docstring.

----------

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


More information about the Python-bugs-list mailing list