Pelmen wrote: > How can I get rid of recursive call __getattr__ inside this method, if > i need to use method or property of the class?
Hi Pelmen, Having read the docs included with my Python distribution on __getattr__, I don't see yet how you will get recursive calls to the method... (It's called only when the attribute cannot be looked up via normal means) If you are seeing recursive calls to __getattr__, perhaps you can highlight the problem with some sample-code? regards, --Tim -- http://mail.python.org/mailman/listinfo/python-list