[Zope] Design Q: Product vs. External Methods

Jens Vagelpohl jens@digicool.com
Mon, 15 Jan 2001 08:29:39 -0500


if you run zope in debug mode (./start -D) you won't have to hit 'edit" -
all external methods are re-read every time you access them.

jens



on 1/15/01 6:04, tilo.schwarz@daimlerchrysler.com at
tilo.schwarz@daimlerchrysler.com wrote:

> I also would like to know, if it is possible to update a bunch of external
> method zope objects simultaneously, or do I have to click 'edit' on every
> single external method object after editing the corresponding python method?