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


Groups > comp.lang.python > #32581

Re: lazy properties?

Newsgroups comp.lang.python
Date 2012-11-01 16:30 -0700
References <5092EBED.2090002@gmail.com> <mailman.3168.1351806771.27098.python-list@python.org>
Subject Re: lazy properties?
From Miki Tebeka <miki.tebeka@gmail.com>
Message-ID <mailman.3172.1351812652.27098.python-list@python.org> (permalink)

Show all headers | View raw


> If you're using Python 3.2+, then functools.lru_cache probably
> ...
And if you're on 2.X, you can grab lru_cache from http://code.activestate.com/recipes/498245-lru-and-lfu-cache-decorators/

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: lazy properties? Ian Kelly <ian.g.kelly@gmail.com> - 2012-11-01 15:52 -0600
  Re: lazy properties? Miki Tebeka <miki.tebeka@gmail.com> - 2012-11-01 16:30 -0700
  Re: lazy properties? Miki Tebeka <miki.tebeka@gmail.com> - 2012-11-01 16:30 -0700

csiph-web