26 Sep
2000
26 Sep
'00
10:32 a.m.
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