2 Jul
2005
2 Jul
'05
3:03 p.m.
--On 2. Juli 2005 15:52:52 +0100 John Poltorak <jp@warpix.org> wrote:
When you are ready to look up (in the hierarchy), then
obj.aq_inner.aq_parent
is the hierarchy parent of "obj".
Well that would be useful if I understood what you meant. Is there a suggested explanation anywhere with some sample code which uses this construct?
This construct returns the *hierarchy* parent vs. the *acquisiton* parent. See Zope Dev Guide for details on Acquistion. -aj