Getting the parent object in an acquisition context

To get the parent of an object, you'd have to use this code:

myparent = aq_inner.aq_parent.aq_self

Comments