[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/Acquisition
webmaster@zope.org
webmaster@zope.org
Fri, 08 Nov 2002 23:54:41 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/Acquisition.stx#2-10
---------------
The expression 'b.__of__(a)' wraps 'b' in an acquisition wrapper
explicitly, and returns the acquisition wrapper. The 'color'
attrribute of 'a' is found via acquisition when this expression
is executed.
% Anonymous User - Nov. 8, 2002 11:54 pm:
i really like to see the code of __of__. Its not python, is it?
what exactly is an acquisition wrapper?