[Zope] Basic Zope Concepts...
kosh
kosh@aesaeion.com
Fri, 16 Mar 2001 16:23:54 -0700 (MST)
context = self from python
container is the object that contains the python script
On Fri, 16 Mar 2001, Edmund Goppelt wrote:
>
> I'm not sure I fully understand what Python Script's container and
> context refer to. Can someone help me out? As near as I can tell:
>
> container=self or the folder one is contained in
> context=the under
> namespace (_), including REQUEST and the namespaces of all parent
> folders?
>
>
>