[Zope] Re: Where can found aq_get documentation ?

Dieter Maurer dieter at handshake.de
Fri Feb 25 13:55:02 EST 2005


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


More information about the Zope mailing list