
mrajasekhar at zeomega
Sep 11, 2007, 11:37 PM
Views: 790
Permalink
|
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 _______________________________________________ Zope-CMF maillist - Zope-CMF[at]lists.zope.org http://mail.zope.org/mailman/listinfo/zope-cmf See http://collector.zope.org/CMF for bug reports and feature requests
|