Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #33444
| Subject | Re: Lazy Attribute |
|---|---|
| From | Demian Brecht <demianbrecht@gmail.com> |
| Date | 2012-11-16 07:22 -0800 |
| References | <DUB117-W881D7D74D529D159D8B33F91520@phx.gbl> <9CA84FCB-5292-4191-B4DE-6926DD0FFCB4@epy.co.at> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3753.1353079381.27098.python-list@python.org> (permalink) |
> There is a ready made and well tested lazy decorator at http://pypi.python.org/pypi/lazy. I even has a better name. ;-) I was ignorantly unaware of this module. You've saved me a few lines of code every time I want to achieve lazy loading - thanks :) > Since people seem to come up with their own implementations on a bi-weekly basis, I am seriously wondering how to improve its visibility. Putting it on PyPI alone does not cut it, apparently. This was a good start ;) Demian Brecht @demianbrecht http://demianbrecht.github.com
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Lazy Attribute Demian Brecht <demianbrecht@gmail.com> - 2012-11-16 07:22 -0800
csiph-web