|
pylint #9263 no W0613 for __init__ (method does not use all of its arguments) [resolved]Maarteen reported:
pylint issues message W0613 if a method does not use all of its arguments. However, if a constructor does not use all of its arguments, no message is issued.
| | priority | normal |
|---|
| type | bug |
|---|
| appeared in | <not specified> |
|---|
| done in | 0.20.0 |
|---|
| load | 0.200 |
|---|
| load left | 0.000 |
|---|
| closed by | <not specified> |
|---|
Workflow history| from state (3) | to state | comment | date | User |
| validation pending | resolved | | 2010/08/26 10:26 | sthenault |
| done | validation pending |
version published
| 2010/03/24 10:39 | eanclin |
| open | done |
__init__ and __new__ now check for unused arguments
| 2010/03/04 09:16 | cmorris |
| |
|
Comments
-
2010/02/28 17:42, written by nchauvat
| reply to this comment
(add comment)see http://lists.logilab.org/pipermail/python-projects/2010-February/002264.html