pylint #52020 errors when using python 2.6 properties [validation pending]
Hi,
pylint is generating errors when I am using property decorators (python >= 2.6). Here is an example:
E: 50:Cement.psd: method already defined line 41
and the way setter is defined is using the @psd.setter decorator. The bad thing is that I went down from 9.22 to 0.57 switching to these decorators :-(
Cheers | |
priority | normal |
---|---|
type | enhancement |
done in | 0.25.1 |
load left | 0.000 |
closed by | #869685f9a22d Do not issue warnings when using 2.6's property.setter/deleter functionality. Closes #50461, #52020 and #51222. |