25 Feb
2005
25 Feb
'05
6:55 p.m.
KLEIN Stéphane wrote at 2005-2-24 21:40 +0100:
... I would like to know what does aq_get function ? Other question, where can found documentation about it ?
linux: python Python 2.3.3 (#2, May 23 2004, 07:53:15) [GCC 3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.
from Acquisition import aq_get aq_get.__doc__ 'aq_get(ob, name [, default]) -- Get an attribute, acquiring it if necessary.' help(aq_get) Help on built-in function aq_get:
aq_get(...) aq_get(ob, name [, default]) -- Get an attribute, acquiring it if necessary. That is all documentation available (beside the source). But, I think it is sufficient... -- Dieter