[Zope-dev] aq_inner: don't call it!
   
    Chris Withers
     
    chrisw@nipltd.com
       
    Tue, 26 Sep 2000 11:32:17 +0100
    
    
  
After more playing I've discovered that calling the resutl of aq_inner()
appears to be a very bad idea ;-)
The line:
        print self.aq_inner()
in the __call__ method of a python product caused the python process to
dump an 'unknown software exception'.
Should that be so? 
Also, I thought aq_inner gave the contaiment context (presumably as a
list?) but it just returns a single object.
So, how can I get the containment context of an object as a list?
cheers,
Chris