pylint #124929 Erroneous W0212 on lambda property [open]
On a class, such a property:
b = property(lambda self: self._a)
triggers a W0212, and I believe it shouldn't. I'm not 100% sure though, but I see no way of this accessing a member of a class other than its own. | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |