Hello, Is there something like a __callattr__ magic method that would catch either unknown (like __getattr__) or all (like __getattribute__) method calls? If not, how would you do that? Also if not, do you know why we have __getattr__, __setattr__, but no __callattr__?
Denis ------ la vita e estrany _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
