getattr

Fredrik Lundh fredrik at pythonware.com
Fri Sep 30 12:34:18 EDT 2005


> if you want to control further accesses, your __getattr__ has to return a
> proxy object, and use a suitable syntax to get the final value.

message.insert(index, "your users have to ")

</F> 






More information about the Python-list mailing list