[Python-ideas] Multiple arguments for decorators

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Dec 1 18:34:05 EST 2015


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.

-- 
Greg


More information about the Python-ideas mailing list