Property setter and lambda question

Ian Kelly ian.g.kelly at gmail.com
Mon Jul 11 12:43:56 EDT 2011


On Mon, Jul 11, 2011 at 9:54 AM, Anthony Kong <anthony.hw.kong at gmail.com> wrote:
> Hi, all,
> This question is in the same context of my two earlier questions. This
> question was raised by some python beginners, and I would like to check with
> the list to ensure I provide a correct answer.
> Here is a code snippet I used to demonstrate the keyword property:

What Thomas said.  But also, please note that "property" is a builtin,
not a keyword.

</pedantry>

Cheers,
Ian



More information about the Python-list mailing list