[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Zope Scripting
webmaster@zope.org
webmaster@zope.org
Mon, 23 Dec 2002 19:44:26 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ScriptingZope.stx#2-8
---------------
When you call a script, the way that you call it gives the script
a context in which to execute. A script's context is
important. For example, when you call a script you usually want to
single out some object that is central to the script's task. You
would call the script in the context of the object on which you
want it to carry out its task. It is simpler to just say that you
are calling the script *on* the object.
% Anonymous User - Aug. 30, 2002 5:34 am:
One or two examples would be helpful to understand in which "context" you use the terms 'script´s task',
'context' and 'object'...
% Anonymous User - Dec. 23, 2002 7:44 pm:
It's obviously - read 'Python Manual' carefully for a help.