26 Jun
2006
26 Jun
'06
8:56 a.m.
--On 26. Juni 2006 10:53:39 +0200 thomas desvenain <thomas.desvenain@gmail.com> wrote:
aq_base(aq_inner(obj)).__dict__ ?
hmm it doesn't works, i get metadata only,
'metadata'? This is an unkown term in the context of Zope/Python objects except for catalog brain objects...what you you mean?
and with
dir(aq_base(aq_inner(test.toto)))
i get acquired methods too...
Of course yes...that's standard Python behavior. -aj