11 Jul
2006
11 Jul
'06
3:54 p.m.
On 7/11/06, Garito <garito@sistes.net> wrote:
Hi In the line to test __getattribute__ to override some properties I try to access to the object's absolute_url but it's empty
__getattr__ is always called on the non-acquicision wrapped object. Hence, __getattr__ doesn't know anything about it's surroundings.
How can I have the absolute_url at object's __getattribute__?
You can't, unless you bend over backwards, and there are surely easier ways to do whatever you are trying to do. What are you trying to achieve? -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/