[Zope] manage_changeProperties

Dieter Maurer dieter@handshake.de
Sat, 14 Jul 2001 13:52:20 +0200 (CEST)


kent sin writes:
 > How can I construct a fake REQUEST from the python? Or
 > are there any module in zope I can get?
"REQUEST" can be acquired...
Thus, if you can get hold of any Zope site building object, say "o",
you get "REQUEST" as "o.REQUEST".

In a Python script, "container" or "context" will do.
In an external method, "self" may do.


Dieter