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


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

RE: Lazy Attribute

Started byAndriy Kornatskyy <andriy.kornatskyy@live.com>
First post2012-11-16 13:26 +0300
Last post2012-11-16 13:26 +0300
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: Lazy Attribute Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-11-16 13:26 +0300

#33423 — RE: Lazy Attribute

FromAndriy Kornatskyy <andriy.kornatskyy@live.com>
Date2012-11-16 13:26 +0300
SubjectRE: Lazy Attribute
Message-ID<mailman.3741.1353061629.27098.python-list@python.org>
from wheezy.core.descriptors import attribute as lazy

@lazy
def display_name...

Thanks.

Andriy Kornatskyy


----------------------------------------
> Date: Fri, 16 Nov 2012 09:56:41 +0200
> From: sscc@mweb.co.za
> To: python-list@python.org
> Subject: Re: Lazy Attribute
>
> On 2012/11/16 09:49 AM, Andriy Kornatskyy wrote:
>
> >> The name "attribute" is not very descriptive. Why not "lazy_attribute" instead?
> >
> > It just shorter and still descriptive.
>
> Shorter, but not descriptive.
>
> --
> Regards
> Alex
> --
> http://mail.python.org/mailman/listinfo/python-list
 		 	   		  

[toc] | [standalone]


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


csiph-web