[Zope-dev] Re: [Zope] Passing data to/from Python

Ken Kinder kkinder@messagemedia.com
Sat, 25 Mar 2000 23:02:48 -0700


> 
> > process it (e.g., output a line for every member of the list)?
> 
> external method named "pyfunction":
> 
> def pyfunction(self):
>    return ['1','2','3']
> 
> a dtml method that uses pyfunction:
> 
> 
Mind if I ask a follow up question to that? What if I wanted to return a 
list of hashes, how would I address the keys in the hashes?