in reply to Re: Memoizing Methods
in thread Memoizing Methods
Interesting idea. Since load_methodname and setter have such similiar effects, it made sense to me to combine them. But I can see how distinguishing read-only parameterless cached methods from read-write attributes (via load_* for the former) would clarify things.