I have run into some cases where I would like to run a class method anytime any class method is invoked.
Perhaps you want __getattribute__ on a new-style class? -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list
I have run into some cases where I would like to run a class method anytime any class method is invoked.
Perhaps you want __getattribute__ on a new-style class? -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list