Hi, I search document of aq_get zope function. I found this only in source of Zope. If this documentation doesn't exist, is it normal ? Stéphane KLEIN
KLEIN Stéphane wrote:
Hi,
I search document of aq_get zope function. I found this only in source of Zope.
If this documentation doesn't exist, is it normal ?
Stéphane KLEIN
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
you can find documentation on the aq_XXX methods in the zope developers guide http://intranet.fh-aargau.ch:8180/manage Robert
robert a écrit :
KLEIN Stéphane wrote:
Hi,
I search document of aq_get zope function. I found this only in source of Zope.
If this documentation doesn't exist, is it normal ?
Stéphane KLEIN Thanks, but what this documentation doesn't exist in Zope site ?
Stéphane KLEIN
KLEIN Stéphane wrote:
I search document of aq_get zope function. I found this only in source of Zope.
If this documentation doesn't exist, is it normal ?
Yes, it's normal for obscure documentation not to exist ;-) What would you like to know? Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
Chris Withers a écrit :
KLEIN Stéphane wrote:
I search document of aq_get zope function. I found this only in source of Zope.
If this documentation doesn't exist, is it normal ?
Yes, it's normal for obscure documentation not to exist ;-)
What would you like to know?
Chris
I would like to know what does aq_get function ? Other question, where can found documentation about it ? Stéphane KLEIN
Hi, You can use the search box on the www.zope.org site. It is found on the top the page. Cheers --- KLEIN Stéphane <stephane@harobed.org> a écrit :
Chris Withers a écrit :
KLEIN Stéphane wrote:
I search document of aq_get zope function. I found this only in source of Zope.
If this documentation doesn't exist, is it normal ?
Yes, it's normal for obscure documentation not to exist ;-)
What would you like to know?
Chris
I would like to know what does aq_get function ? Other question, where can found documentation about it ?
Stéphane KLEIN
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
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
participants (5)
-
Chris Withers -
Dieter Maurer -
Hoang-Vu PHUNG -
KLEIN Stéphane -
robert