On 16.11.2012, at 11:29, Steven D'Aprano wrote:

> I'm very vaguely leaning towards this as the least-worst solution to 
> invalidating the cached value:
> 
> refresh(obj, 'attr')  # pass the instance and the name

This it exactly how lazy handles invalidation. 
http://lazy.readthedocs.org/en/latest/

Stefan

-- 
Stefan H. Holek
ste...@epy.co.at

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to