[Python-ideas] Multiple arguments for decorators
Sven R. Kunze
srkunze at mail.de
Wed Dec 2 13:22:19 EST 2015
On 02.12.2015 00:34, Greg Ewing wrote:
> Sven R. Kunze wrote:
>> I think I can also confirm that setters **usually** not needed in
>> Python.
>
> I think that depends on the kind of code you're writing.
> In PyGUI I make heavy use of properties, and most of them
> have both getters and setters.
Maybe you are right. On the other hand, one could dispense with setters
by using different means.
Out of curiosity: what PyGUI are you referring to? Google gives me
several distinct projects.
Best,
Sven
More information about the Python-ideas
mailing list