Message208497
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. |
|
| Date |
User |
Action |
Args |
| 2014-01-19 20:13:31 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, larry, rmsr, python-dev, zach.ware |
| 2014-01-19 20:13:31 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2014-01-19 20:13:31 | serhiy.storchaka | link | issue20294 messages |
| 2014-01-19 20:13:31 | serhiy.storchaka | create | |
|