[Zope] PythonScript calls PythonScript

Jerome Alet alet@unice.fr
Tue, 12 Jun 2001 13:49:06 +0200 (MET DST)


On Tue, 12 Jun 2001, Horst Wald wrote:

> I hope this is not a stupid question: can one PythonScript-Object A() call 
> another PythonScript-Object B() without help from 'above'?
> 
> Like (suppose, wer're in A):
> 
> ...
> x=5
> y=B()
> z=6
> ...

y=context.B()

should do it.

hoping this helps.

bye,

Jerome Alet