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