Re: Questions about remembering and caching function arguments

2007-11-12 Thread Aurélien Campéas
thebjorn a écrit : > On Nov 12, 1:05 am, "Anand Patil" <[EMAIL PROTECTED]> > wrote: >> Hi all, >> >> I have two questions about a class, which we'll call MyWrapperClass, >> in a package to which I'm contributing. >> >> 1) MyWrapperClass wraps functions. Each instance has an attribute >> called 'val

Re: Questions about remembering and caching function arguments

2007-11-11 Thread thebjorn
On Nov 12, 1:05 am, "Anand Patil" <[EMAIL PROTECTED]> wrote: > Hi all, > > I have two questions about a class, which we'll call MyWrapperClass, > in a package to which I'm contributing. > > 1) MyWrapperClass wraps functions. Each instance has an attribute > called 'value' and a method called 'eval'