[Zope-CMF] regarding REQUEST

mrajasekhar mrajasekhar at zeomega.com
Wed Sep 12 02:37:54 EDT 2007


def fun1(self):
      REQUEST=self.REQUEST
      fun2=self.veiws.fun3
      return fun2(self,REQUEST=REQUEST)

what is the meaning of REQUEST=self.REQUEST in the above function.what  
is it doing and iam returning fun2 to the browser
please explain me in detail


More information about the Zope-CMF mailing list