[Zope] getitem in pythonscript

bak (kedai) kedai@kedai.com.my
Tue, 1 May 2001 15:23:31 +0800


hi
what's the equivalent of _.getitem(stuff) in python script?
the only way i know of is by binding _, and refer to it as
ob=_.getitem(stuff)

is this the *only* way?

thanks