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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20294>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to