David Hirschfield wrote:
> I have a need to replace one of the built-in methods of an arbitrary
> instance of a module in some python code I'm writing.
>
> Specifically, I want to replace the __getattribute__() method of the
> module I'm handed with my own __getattribute__() method which will do
I have a need to replace one of the built-in methods of an arbitrary
instance of a module in some python code I'm writing.
Specifically, I want to replace the __getattribute__() method of the
module I'm handed with my own __getattribute__() method which will do
some special work on the attribu