Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #9263 > unrolled thread

Re: Property setter and lambda question

Started byIan Kelly <ian.g.kelly@gmail.com>
First post2011-07-11 10:43 -0600
Last post2011-07-11 10:43 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Property setter and lambda question Ian Kelly <ian.g.kelly@gmail.com> - 2011-07-11 10:43 -0600

#9263 — Re: Property setter and lambda question

FromIan Kelly <ian.g.kelly@gmail.com>
Date2011-07-11 10:43 -0600
SubjectRe: Property setter and lambda question
Message-ID<mailman.904.1310402668.1164.python-list@python.org>
On Mon, Jul 11, 2011 at 9:54 AM, Anthony Kong <anthony.hw.kong@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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web