A
Alex Martelli
Carlos Ribeiro said:Thanks (again!). Another dumb mistake. I have mixed up __get__attr,
descriptors, and __getattribute__ in my head, all at once, and messed
up the concepts. Too much reading and too little practice do it .
You're welcome! Yep, getting some practice would help...
infrastructure's a cool thing, but getting direct experience of how to
do real-life apps helps you grasp the infrastructure better, too.
The funny thing is that the code worked as written, at least for my
small test case, because it failed to find the dog.fetch method
anyway.
Heh, yes, you weren't looking for dog.keys or dog.update, say;-).
Alex