Am 04.09.2010 12:06, schrieb Antoine Pitrou:
> On Sat, 04 Sep 2010 11:42:08 +0200
> Éric Araujo <mer...@netwok.org> wrote:
>> > What about adding an intermediate namespace called "cache", so that the 
>> > new 
>> > operations are available like this:
>> > 
>> >      print get_phone_number.cache.hits
>> >      get_phone_number.cache.clear()
>> > 
>> > ?
>> > 
>> > It's just a little more overhead, but I think it reads quite a bit better.
>> 
>> Or we could use pseudo-namespacing: get_phone_number.cache_hits,
>> get_phone_number.clear_cache()
> 
> It looks better indeed.

+1.

Georg

-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to