[Zope] context in Python Script

Dieter Maurer dieter@handshake.de
Wed, 29 Nov 2000 00:52:59 +0100 (CET)


Chris Gray writes:
 > .... "context" in external Python Script ....
I do not yet know, what an external Python script is.

In the old "external methods", you had to use "self"
as first parameter. Then (in most cases), you
could use "self" inside the function body, as you
would now use "context".

Maybe, you give it a try.


Dieter